Re: Changing Tomcat's SSL ciphers

2015-03-03 Thread Ognjen Blagojevic
Eric, On 2.3.2015 23:45, Eric wrote: I am trying to change the ciphers that my Tomcat 7 server supports. I am using the APR connector. Here's the connector information in server.xml with the line saying which ciphers to support: SSLCipherSuite="ECDHE-RSA-AES128-GCM-SHA256"

Re: Changing Tomcat's SSL ciphers

2015-03-02 Thread Eric
Thank you for catching my typo and for the information On Mon, Mar 2, 2015 at 2:55 PM, Konstantin Kolinko wrote: > 2015-03-03 1:45 GMT+03:00 Eric : > > I am trying to change the ciphers that my Tomcat 7 server supports. I am > > using the APR connector. Here's the connector information in server

Re: Changing Tomcat's SSL ciphers

2015-03-02 Thread Konstantin Kolinko
2015-03-03 1:45 GMT+03:00 Eric : > I am trying to change the ciphers that my Tomcat 7 server supports. I am > using the APR connector. Here's the connector information in server.xml > with the line saying which ciphers to support: > > enableLookups="false" disableUploadTimeout="

Changing Tomcat's SSL ciphers

2015-03-02 Thread Eric
I am trying to change the ciphers that my Tomcat 7 server supports. I am using the APR connector. Here's the connector information in server.xml with the line saying which ciphers to support: SSLCipherSuite="ECDHE-RSA-AES128-GCM-SHA256" I shut down and started Tomcat back up.