Do not build EchoServer with SSL

This commit is contained in:
Alex Hultman
2023-05-11 11:34:21 +02:00
parent 023fbc6c3f
commit d832d48ea5
+1 -1
View File
@@ -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",