SSL_CERT_FILE only works for Linux, not for OSX
drnic opened this issue · 2 comments
drnic commented
export SSL_CERT_FILE=/path/to/cert
cf login -a https://api.mything.com
This works on linux, but on osx it doesn't seem to know about SSLCERT_FILE
and I get:
Invalid SSL Cert for api.18-220-97-61.sslip.io
TIP: Use 'cf login --skip-ssl-validation' to continue with an insecure API endpoint
cf-gitbot commented
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/152661511
The labels on this github issue will be updated when the story is started.
dkoper commented
That's as documented.
We rely on Golang for this functionality, and unfortunately they only support it on Linux.