Re: JSSE sslProtocol accepted values

2010-10-20 Thread msinatl
http://download-llnw.oracle.com/javase/6/docs/technotes/guides/security/StandardNames.html#SSLContext Thanks. Ken Bowen wrote: > > ? Top hit googling for JSSE =SSE Reference Guide for the J2SDK, v > 1.4.2 > http://download.oracle.com/javase/1.4.2/docs/guide/security/jsse/JSSERefGuide.html

RE: JSSE sslProtocol accepted values

2010-10-20 Thread Caldarale, Charles R
> From: msinatl [mailto:msilverbo...@cfglife.com] > Subject: Re: JSSE sslProtocol accepted values > Call me slow, but I'm not having a lot of luck with > keyword searches What's the first link that pops up when you Google for JSSE? http://lmgtfy.com/?q=jsse&l=1 >

Re: JSSE sslProtocol accepted values

2010-10-20 Thread Ken Bowen
? Top hit googling for JSSE =SSE Reference Guide for the J2SDK, v 1.4.2 http://download.oracle.com/javase/1.4.2/docs/guide/security/jsse/JSSERefGuide.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 searche

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 using the sample SSL connector configuration that

Re: JSSE sslProtocol accepted values

2010-10-20 Thread Mark Thomas
On 20/10/2010 13:21, msinatl wrote: > > Hi, > > If I'm using the sample SSL connector configuration that comes with Tomcat > 6.0.28: > > port="8443" maxThreads="200" >scheme="https" secure="true" SSLEnabled="true" >keystoreFile="${user.home}/.keystore" keystor