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
There also seems to be no warnings/errors if uWS is compiled without "WITH_OPENSSL=1" . It compiles and executes without using an ssl context even when the code tells it to.
The text was updated successfully, but these errors were encountered:
dr-blade
changed the title
Throw exception or stop the listen when SSL used but compiled without WITH_OPENSSL=1
Throw exception or stop the listener when SSL used but compiled without WITH_OPENSSL=1
Jun 1, 2022
It's kind of a core feature that TLS and TCP have the same interface, so your app doesn't have to be rewritten when moving to TLS. uWebSockets doesn't know whether or not uSockets is compiled with SSL or not.
uSockets just default to TCP if not compiled with SSL
There also seems to be no warnings/errors if uWS is compiled without "WITH_OPENSSL=1" . It compiles and executes without using an ssl context even when the code tells it to.
Originally posted by @yuumikazoomi in #1132 (comment)
The text was updated successfully, but these errors were encountered: