EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Use SSL_CERT_FILE env variable #1377

Closed LucaCinquini closed 6 years ago

LucaCinquini commented 6 years ago

Who: Luca

Inside Docker, CoG authentication sometimes fails because of an SSL error when trying to reach the local host with self-signed certificate "my-node.esgf.org". This issue can be corrected by using the env variable SSL_CERT_FILE to point to /etc/certs/esgf-ca-bundle.crt

LucaCinquini commented 6 years ago

Implemented