Project

General

Profile

HTTPS: Configuring different TLS versions through lighttpd.conf file

Added by suhasrjavagal over 10 years ago

Hi,
I'm using Lighttpd v1.4.32. I'm trying to implement a HTTPS server which supports all TLS protocol version (1.0, 1.1 & 1.2). I'm using OpenSSL stack for SSL support. However, I'm not able to find a way to selectively enable or disable different TLS versions in the lighttpd.conf file just like how it is provided for sslv2 and sslv3.

Q1: I want to know if this support is provided at all through lighttpd configuration file or is it a problem with the OpenSSL stack I have.

Q2: Is there any other SSL stack I could use with Lighttpd to selective enable/disable of TLS versions.

Any help regarding this would be great help!!
Thank you