Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL_CERT_FILE only works for Linux, not for OSX #1263

Closed
drnic opened this issue Nov 7, 2017 · 2 comments
Closed

SSL_CERT_FILE only works for Linux, not for OSX #1263

drnic opened this issue Nov 7, 2017 · 2 comments

Comments

@drnic
Copy link
Contributor

drnic commented Nov 7, 2017

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
Copy link

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
Copy link

dkoper commented Nov 8, 2017

That's as documented.
We rely on Golang for this functionality, and unfortunately they only support it on Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants