Do not build EchoServer with SSL
This commit is contained in:
@@ -12,7 +12,7 @@ int main() {
|
|||||||
|
|
||||||
/* Keep in mind that uWS::SSLApp({options}) is the same as uWS::App() when compiled without SSL support.
|
/* Keep in mind that uWS::SSLApp({options}) is the same as uWS::App() when compiled without SSL support.
|
||||||
* You may swap to using uWS:App() if you don't need SSL */
|
* You may swap to using uWS:App() if you don't need SSL */
|
||||||
uWS::SSLApp({
|
uWS::App({
|
||||||
/* There are example certificates in uWebSockets.js repo */
|
/* There are example certificates in uWebSockets.js repo */
|
||||||
.key_file_name = "misc/key.pem",
|
.key_file_name = "misc/key.pem",
|
||||||
.cert_file_name = "misc/cert.pem",
|
.cert_file_name = "misc/cert.pem",
|
||||||
|
|||||||
Reference in New Issue
Block a user