-
Notifications
You must be signed in to change notification settings - Fork 90
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 certificates #26
Comments
If you enable the option to ignore you won’t need to point it to a certificate it will just work. |
sorry, i mean the opposite, i don't want to ignore |
Have you tried setting ClientCertificate using tls.LoadX509KeyPair()? |
i just need to trust my private CA, i dont have key to generare a cert, is it possibile ? |
On Mac, you need to add the Root Certificate to macOS Keychain. |
@jtblin thanks for your reply, i added our private CA in my macOS Keychain but yet doesnt work, could you suggest some debug? thanks |
Hello,
i switch on the option "InsecureSkipVerify",
where i should locate the needed certificates?
thanks
Andrea
The text was updated successfully, but these errors were encountered: