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.