SSL certificates
andreaneri opened this issue · 6 comments
andreaneri commented
Hello,
i switch on the option "InsecureSkipVerify",
where i should locate the needed certificates?
thanks
Andrea
Joffcom commented
If you enable the option to ignore you won’t need to point it to a certificate it will just work.
andreaneri commented
sorry, i mean the opposite, i don't want to ignore
Joffcom commented
Have you tried setting ClientCertificate using tls.LoadX509KeyPair()?
andreaneri commented
i just need to trust my private CA, i dont have key to generare a cert, is it possibile ?
jtblin commented
On Mac, you need to add the Root Certificate to macOS Keychain.
andreaneri commented
@jtblin thanks for your reply, i added our private CA in my macOS Keychain but yet doesnt work, could you suggest some debug? thanks