websocketpp
websocketpp copied to clipboard
handle_transport_init received error: TLS handshake failed,WebSocket Connection [::1]:6643 - "" - 0 websocketpp.transport.asio.socket:5 TLS handshake timed out
I use the example of the tls_server , but it not work. I debug the program,find the verify_subject_alternative_name function and verify_common_name function return false, how can l fix it? Can anyone help me, Thank you!