-
I've been using Basically, I've followed the example in the HttpServer and my server runs but takes no input, from POST, while the non-ssl version takes the POST input. Just thought it would be better to document this in a small issue. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
There are companies running with SSL in production so I'm sure it works. You don't need to add a server name. |
Beta Was this translation helpful? Give feedback.
-
True, I wasn't implying it doesn't work, just wanted to know if I was missing something obvious.
Thanks for telling this. Knowing this helps in debugging. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I am also struggling with the SSL connection. when I compile with SSL support plus add the key stuff
then the server starts listening, but I am unable to connect via websocket neither ws://localhost:9001 nor wss://localhost:9001. |
Beta Was this translation helpful? Give feedback.
There are companies running with SSL in production so I'm sure it works. You don't need to add a server name.