Mobile app version of vmapp.org
Login or Join
Si4351233

: Disable TLS1.0 and TLS 1.1 through cPanel I am using Apache and i have access of cPanel. I want to disable TLS1.0. I have no idea how to do this. Can this done via cPanel? Is there is

@Si4351233

Posted in: #Apache2 #Https

I am using Apache and i have access of cPanel. I want to disable TLS1.0. I have no idea how to do this. Can this done via cPanel?

Is there is any option how to do that? Where do I need to change that?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

Unless you have access to WHM then its not possible to edit the Apache instance as you are sharing the same configuration with many other users.

Generally this is found in


Apache Configuration

Adjust Apache's protocol string in WHM's Global Configuration
interface (Home >> Service Configuration >> Apache Configuration >>
Global Configuration).


Which you would the use something like -all +SSLv2 +SSLv3 +TLSv1.2

But it can be done in cPanel but you would need to contact your web host because you need to edit the virtual host file.


Apache SSL Virtual Host

# be liberal in general SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL


Then the above code you change to the Ciphers you want to use, you can find a list of the commands for ciphers here.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme