kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
528 stars 84 forks source link

Please support TLS in server #290

Closed Thomas12 closed 7 years ago

Thomas12 commented 7 years ago

It seems that all recent browsers deny a connection to turbolua server over https (message: Please enable TLS / SSL_ERROR_NO_CYPHER_OVERLAP).

Could you please implement TLS on the turbolua server side?

Thank you!

kernelsauce commented 7 years ago

Which version of OpenSSL are you using?

TLS 1.2 is supported.

Thomas12 commented 7 years ago

Sorry sorry! That was my fault, that was a side effect of my attempt to get SNI working.