-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
I want to use wss to use https #1155
Comments
Run the following command. But first replace
The command's output will indicate if the certificate has expired or if there is some other problem with it. |
127.0.0.1 is an IP address. Use a hostname instead. Hostnames usually have letters in them and usually end in a top-level domain like com, org, or net. To determine what hostname to use, run this after replacing
It might output something like this:
On the last line is the domain name for which the certificate is valid. In the above example that is Also, notice the above output shows the dates for which the cert is valid. Make sure those dates are correct. |
Thank you for your reply |
I want to use wss to use https
Reference source file : echo_server_tls.cpp
Run error
What causes tls handshake failure
Is it possible that the certificate expired? How do I generate the latest certificate?
If the certificate is not expired, what causes the tls handshake to fail?
The text was updated successfully, but these errors were encountered: