commit | 97099e757486df9f9315aad17193365b28866d37 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu May 18 13:50:59 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Thu May 18 13:50:59 2017 -0700 |
tree | c3f97529f7b66f351d9f0ba38b91ebb331d292be | |
parent | 4ca1d05535a88a61a346d5037ffcef69ec68016f [diff] |
Re-enable SSL
diff --git a/src/webserver_main.cpp b/src/webserver_main.cpp index bda58d0..ba31a75 100644 --- a/src/webserver_main.cpp +++ b/src/webserver_main.cpp
@@ -316,7 +316,7 @@ LOG(DEBUG) << "Starting webserver on port " << port; app.port(port) - //.ssl(std::move(ssl_context)) + .ssl(std::move(ssl_context)) //.concurrency(4) .run(); }