-
Notifications
You must be signed in to change notification settings - Fork 15
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
certificate invalid error for self-signed cert #25
Comments
Ok, Just released 0.8.3 which should cover that. Can grab a new binary under the releases. I will look into making this an option in the config for the environment depending on if this fixes it or not. A new Example:
Let me know if this fixes your case |
Thanks for the quick turnaround! I still see an error with the new binary. I'm going to try and get a proper cert installed in the mean time. |
I'm using version .86 and I am also seeing this on my mantl cluster. |
#44 fixes this. |
I have a marathon deployment using mantl which uses aws loadbalancing and self-signed certs.
depcon -e dev mar app list
2016-04-14 14:56:49 ERROR [depcon]: Get https://k4b4-mantl-control-01.node.c1.io/marathon/v2/apps: x509: certificate is valid for localhost, *.node.consul, *.service.consul, not k4b4-mantl-control-01.node.c1.io
Maybe there should be an option to allow self-signed certs to be accepted.
I can browse to this page fine, there is just an insecure ssl connection browser warning.
The text was updated successfully, but these errors were encountered: