Closed runner365 closed 2 years ago
Sorry but I'm unable to help you with ssl issues.
Hi, I have rewrte ssl for the ws28 about the wss, And the wss does work fine in server mode. You can see in my project.
new ssl: https://github.com/runner365/cpp_media_server/blob/v1.1/src/net/tcp/ssl_server.hpp ws28: https://github.com/runner365/cpp_media_server/tree/v1.1/src/net/websocket/ws28
If you want, I can submite a pr for your ws28.
I haven't had issues with ssl on ws28 with the current implementation...
If you're not initializing openssl yourself, you must call ws28::TLS::InitSSL();
. I also see you're using DTLS not TLS in SSL_CTX_new...
Hi, I try to us wss, but it doesn't work.
I try to use s_ssl_ctx as input parameter in your api: Server(uv_loop_t loop, SSL_CTX ctx = nullptr);
But it fail when wss client is connecting.
Pls help.