Results 1 comments of Raph

``` auto & appref = app .bindaddr ("0.0.0.0") .port (4000) .ssl_file ("server.crt", "server.key"); appref.ssl_context_.set_verify_mode (boost::asio::ssl::verify_none); appref .multithreaded () .run (); ``` The workaround isn't bad if you don't want to...