-
Notifications
You must be signed in to change notification settings - Fork 3k
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 handshake failed: sslv3 alert certificate unknown #631
Comments
I encount the same problem, trojan client handshake failed due to this error, while the fake https site works fine with correct ssl cert. EDIT: I fixed this problem by modifying trojan's config, using fullchain.pem instead of cert.pem, while another comment says one should use cert.pem to avoid this error, really interesting. |
I had the similar problem and was using Lets Encrypt. The issue was on client side's |
That saved my day. ( never read the doc QAQ ) |
Same problem here, fixed by using full chain pem instead of single cert pem.
|
I just ran into this problem the other day, post the solution: Prerequisite:
Error Scenario/Steps:
My solution:
How it was found:
Of course, I'm not sure if this scenario works for everyone, but I thought it could be a reference for those who come after me. |
大佬们好,
已经重新更新过证书,但是还是会出现这个问题,请问如何解决。
谢谢
The text was updated successfully, but these errors were encountered: