Project

General

Profile

SSL protocol version and wthttpd...

Added by Plug Gulp almost 4 years ago

Hi,

I am using wthttpd. Is there a way to identify on the server side what SSL protocol version the browser is using? I am trying to implement a strategy where a user with less secure browser(TLS1.1 or less) gets a helpful message where as users with secure browsers(TLS1.2 and above) gets the complete webpage. How do I identify in the Wt app whether the browser supports only less secure SSL protocol?

Thanks and kind regards,

~Plug


Replies (2)

RE: SSL protocol version and wthttpd... - Added by Roel Standaert almost 4 years ago

That's not something wthttp can do at the moment. Maybe there's a reverse proxy server that supports these kinds of use cases that you could use for this?

RE: SSL protocol version and wthttpd... - Added by Plug Gulp almost 4 years ago

Maybe there's a reverse proxy server that supports these kinds of use cases that you could use for this?

Yeah, that is the way to do it. But my application is very small to setup the whole reverse proxy infrastructure. I am just trying to avoid it.

~Plug

    (1-2/2)