SSL cipher list for UI not being obeyed?
Posted: 07 Aug 2013, 15:02
I have a specific cipher list for the built-in UI and I just noticed it's not being obeyed?
Perhaps it's not enforcing server-side cipher order?
Or maybe it's a limitation of the perl ssl libraries?
I cannot seem to find newer libraries for centos and I'd rather not install them outside of rpm management
CSF doesn't have settings for ssl-protocols and prefer-server-ciphers?
Is it possible to support such settings via the perl libraries without too much difficulty?
ie.
UI_SERVER_CIPHERS="1"
UI_PROTOCOLS="TLSv1 TLSv1.1 TLSv1.2"
Server cipher order probably shouldn't even be an option, it should be default. Protocols would be nice if possible.
Perhaps it's not enforcing server-side cipher order?
Or maybe it's a limitation of the perl ssl libraries?
I cannot seem to find newer libraries for centos and I'd rather not install them outside of rpm management
Code: Select all
perl-IO-Socket-SSL noarch 1.31-2.el6 base
perl-Net-SSLeay x86_64 1.35-9.el6 base
Is it possible to support such settings via the perl libraries without too much difficulty?
ie.
UI_SERVER_CIPHERS="1"
UI_PROTOCOLS="TLSv1 TLSv1.1 TLSv1.2"
Server cipher order probably shouldn't even be an option, it should be default. Protocols would be nice if possible.