﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
3644	config.make sets SSL_CERT_FILE messing up curl fetch during build on Mac	Tom Goddard	Greg Couch	"I've made the ChimeraX build fetch third party libraries from plato using curl.  But on Mac this fails because chimerax/mk/config.make sets SSL_CERT_FILE to a Python location which does not exist when the build starts.  Why is our code setting SSL_CERT_FILE to an a location that does not even exist until the build installs openssl?

From mk/config.make:

ifeq ($(OS),Darwin)
export SSL_CERT_FILE = $(PYSITEDIR)/certifi/cacert.pem
endif

Error in prereqs fetching p7zip:

curl --silent --show-error -O https://www.rbvi.ucsf.edu/chimerax/data/prereqs/p7zip/p7zip_9.20.1_src_all.tar.bz2
curl: (77) error setting certificate verify locations:
  CAfile: /Users/goddard/ucsf/chimerax/build/lib/python3.7/site-packages/certifi/cacert.pem
  CApath: none
"	defect	assigned	moderate		Build System								all	ChimeraX
