Re: [users@httpd] disabling RC4 in apache 2.2.x

2018-01-11 Thread FHDATA
On Thu, 11 Jan 2018, Daniel wrote: check the output of your cipher-spec changes easily with: openssl ciphers -v 'X:!RC4+RSA:XX' bob=$(egrep "^SSLCipherSuite " /etc/httpd/conf.d/ssl.conf) openssl ciphers -v $bob openssl ciphers -v $bob| egrep -iv rc4 i assume that's all good

Re: [users@httpd] disabling RC4 in apache 2.2.x

2018-01-11 Thread Daniel
check the output of your cipher-spec changes easily with: openssl ciphers -v 'X:!RC4+RSA:XX' 2018-01-11 0:27 GMT+01:00 FHDATA : > > > hello > > > :RC4+RSA: appears in SSLCipherSuite of apache 2.2.15's ssl.conf > > > to disable RC4, will this be enough: > > >:!RC4+RSA: > > > or

[users@httpd] disabling RC4 in apache 2.2.x

2018-01-10 Thread FHDATA
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-unsubsc