-
Notifications
You must be signed in to change notification settings - Fork 69
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_ERROR #39
Comments
Do you update to the latest version? kuma will load default verify paths if CA file is not set, thus the CA cert is no longer need. I'd tested on Ubuntu 20.04 and it works. |
commit : b97214f step |
So that means SSL_CTX_set_default_verify_paths could not load default CA files and failed on your machine, you must specify the CA file manually: copy CA certs to ca.pem file and put it in folder /data/code/kuma/bin/linux/cert/ -----BEGIN CERTIFICATE----- |
I have obtained the certificate of www.baidu.com (mv baidu.com.cer ca.pem)
but the error in the figure still appears
The text was updated successfully, but these errors were encountered: