crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

TLS implementation on rawsocket (autobahn-cpp) #167

Open emeka142 opened 7 years ago

emeka142 commented 7 years ago

Hello, Is there any working example that implements TLS in autobahn cpp using boost ssl? The example below seems to be outdated, as autobahn::session is not a template. https://github.com/crossbario/crossbar-examples/blob/master/hello/cpp_tls/hello.cpp Thank you