A configuração do xcat xcatsslciphers corresponde ao IO: : Socket :: SSL configuração SSL_Cipher_list, que leva exatamente a mesma entrada que a diretiva SSLCipherSuite no Apache.
sudo sqlite3 /etc/xcat/site.sqlite
insert into site (key, value) VALUES ('xcatsslciphers', 'ALL:!ADH:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM');
Você pode verificar o valor de configuração da seguinte forma:
select * from site order by key;
.exit
Reinicie o xcat:
sudo service xcatd restart
Verifique a segurança:
openssl s_client -connect localhost:3001 -cipher DES-CBC-SHA -tls1
Você não deve ver um certificado.