how enable tls 1.3 on directamin

shahab

Verified User
Joined
Aug 4, 2014
Messages
72
Hello

How can i enable tls 1.3 on my directadmin?

My webserver is apache.


[root@main]# httpd -v
Server version: Apache/2.4.46 (Unix)
Server built: Sep 20 2020 14:45:10
 
what you mean ?
TLS1.3 on :2222 or on User Domain ?

tls1.3 require openssl 1.1.1+

this sample how to install custom openssl to complier with webserver

so this topic is how to enable http2 then you can use to build for tls1.3 too, But do not follow this step
this only use for how to build webserver with custom openssl


Becarefully don't replace openssl with your base system os, should install on custom folder like " /usr/local/ssl "
 
Last edited:
Hello

How can i enable tls 1.3 on my directadmin?

My webserver is apache.


[root@main]# httpd -v
Server version: Apache/2.4.46 (Unix)
Server built: Sep 20 2020 14:45:10
What OS and version you are on?
 
I'd like to note that OpenLiteSpeed and LiteSpeed have it enabled by default on any OS, because they're static binaries. Other webservers would require you to place a custom OpenSSL installation if your OS doesn't have OpenSSL which includes TLSv1.3.
 
what you mean ?
TLS1.3 on :2222 or on User Domain ?

tls1.3 require openssl 1.1.1+

this sample how to install custom openssl to complier with webserver

so this topic is how to enable http2 then you can use to build for tls1.3 too, But do not follow this step
this only use for how to build webserver with custom openssl


Becarefully don't replace openssl with your base system os, should install on custom folder like " /usr/local/ssl "

Hi

On User Domain
 
I'd like to note that OpenLiteSpeed and LiteSpeed have it enabled by default on any OS, because they're static binaries. Other webservers would require you to place a custom OpenSSL installation if your OS doesn't have OpenSSL which includes TLSv1.3.


How can i install custom OpenSSL (tlsv1.3 support)?
 
Back
Top