You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure what exactly this error message is saying when attempting to run the echo_server_tls example:
websocketpp/build$ bin/echo_server_tls
on_tls_init called with hdl: 0x5a04750154a0
using TLS mode: Mozilla Intermediate
Exception: use_certificate_chain_file: asio.ssl error
I first assumed I was not generating keys and SS cert properly using the following command:
I'm unsure what exactly this error message is saying when attempting to run the echo_server_tls example:
I first assumed I was not generating keys and SS cert properly using the following command:
But no joy with below linds. Then I thought to make the filename invalid, and still got same error, so in the echo_server_tls example the lines:
Don't appear to be reached or executed properly. since renaming key.pem to keyx.pem and cert.pem to certx.pem did not change the error message.
Thx
The text was updated successfully, but these errors were encountered: