On Thu, 11 Jan 2018, Daniel wrote:
check the output of your cipher-spec changes easily with: openssl ciphers -v 'XXXXX:!RC4+RSA:XXXXXX'
bob=$(egrep "^SSLCipherSuite " /etc/httpd/conf.d/ssl.conf) openssl ciphers -v $bob <lists all the ciphers> openssl ciphers -v $bob| egrep -iv rc4 <no output> i assume that's all good then ... thank you F-
2018-01-11 0:27 GMT+01:00 FHDATA <fhdata@xxxxxxx>:hello :RC4+RSA: appears in SSLCipherSuite of apache 2.2.15's ssl.conf to disable RC4, will this be enough: :!RC4+RSA: or a different syntax is needed? thank you, F- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx-- Daniel Ferradal IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx