Setting sslciphersuite with WHM --> invaild

kawasakai

Active Member
Sep 17, 2015
44
3
58
Germany
cPanel Access Level
Root Administrator
Hi there,

when I am trying to set the sslciphersuite in the WHM Webinterface(Service Configuration » Apache Configuration » Global Configuration), I get the following error:
Code:
The following settings are invalid and were rejected:
sslciphersuite: EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4
As theese settings work when I enter them manually and apachectl configtest doesn't complain either I assume it is a valid ciphersuite?
Code:
apachectl configtest
Syntax OK
I am using WHM 11.52.0 (build 21).
 

cPanelMichael

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

Are the settings added properly if you use colons instead of spaces?EX:

Code:
EECDH+ECDSA+SHA384:EECDH+ECDSA+SHA256
Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
I am happy to see the issue is now resolved. Thank you for updating us with the outcome.