vlee

Well-Known Member
Oct 13, 2005
373
26
178
Spokane, Washington
cPanel Access Level
Root Administrator
I tried to add this below to httpd.config but when I rebuild apache the information does not stay.

SSLProtocol -ALL +SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2

Can you help me by telling me the proper way of adding this so I can do it myself.
 

jpearl

Member
Oct 28, 2011
20
0
51
AZ
cPanel Access Level
Root Administrator
In whm, go to apache configuration and then put it in the global config. When you edit manually and rebuild apache it will get overwritten.
 

vlee

Well-Known Member
Oct 13, 2005
373
26
178
Spokane, Washington
cPanel Access Level
Root Administrator
In whm, go to apache configuration and then put it in the global config. When you edit manually and rebuild apache it will get overwritten.
I found this

Apache configuration include: WHM: Main >> Service Configuration >> Apache Configuration >> Include Editor

So I add this below to the following location above

SSLProtocol -ALL +SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2

So it will over write the current way below right?

SSLProtocol -ALL +SSLv3 +TLSv1
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

You should edit this value by browsing here:

"WHM Home » Service Configuration » Apache Configuration » Include Editor"

Then, add the entry to the "Pre VirtualHost Include" for all versions of Apache.

Thank you.
 

vlee

Well-Known Member
Oct 13, 2005
373
26
178
Spokane, Washington
cPanel Access Level
Root Administrator
Hello :)

You should edit this value by browsing here:

"WHM Home » Service Configuration » Apache Configuration » Include Editor"

Then, add the entry to the "Pre VirtualHost Include" for all versions of Apache.

Thank you.
I did that and everything works great.

Now the TLS v1.1 and 1.2 are active

Plus scored a "A" rating on https://www.ssllabs.com/ssltest/index.html

Now just have to fine tune the Cipher Suites Lists to get the right ones to be listed.