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

SSL Certificate Chain does not seem to work #239

Open luastoned opened 8 years ago

luastoned commented 8 years ago

SSL check hosted with nginx vs SSL check hosted with turbo

Compare those two links, Turbo does not seem to get the chaining right. I'm using the same cert for both servers.

kernelsauce commented 8 years ago

Strange. I will look at it.

srazi commented 8 years ago

If it seems very stupid it's because I'm new here and also with SSL thing :D But the link about SSL check hosted with turbo prints: Server Type: nginx/1.4.6 (Ubuntu) Maybe you have to double check your servers configurations.

luastoned commented 8 years ago

I think you only checked the first link. I'm running the Turbo version with the latest master again, this bug still seems to be alive.