Re: JSSE sslProtocol accepted values

2010-10-20 Thread msinatl
efGuide.html > > On Oct 20, 2010, at 3:35 PM, msinatl wrote: > >> >> ...specifically? >> >> Call me slow, but I'm not having a lot of luck with keyword searches, and >> it's not in the Javadoc for org.apache.coyote.http11.Http11Protocol. >&g

Re: JSSE sslProtocol accepted values

2010-10-20 Thread msinatl
...specifically? Call me slow, but I'm not having a lot of luck with keyword searches, and it's not in the Javadoc for org.apache.coyote.http11.Http11Protocol. Mark Thomas wrote: > > On 20/10/2010 13:21, msinatl wrote: >> >> Hi, >> >> If I'm usin

JSSE sslProtocol accepted values

2010-10-20 Thread msinatl
Hi, If I'm using the sample SSL connector configuration that comes with Tomcat 6.0.28: Where can I find a list of the acceptable values (besides "TLS") for sslProtocol if I'm using the (default) JSSE connector? Is my only option to use the APR connector if I want to offer support for SSL v3.0