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
> 
> 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.
>> 
>> 
>> Mark Thomas wrote:
>>> 
>>> 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:
>>>> 
>>>> <Connector 
>>>>           port="8443" maxThreads="200"
>>>>           scheme="https" secure="true" SSLEnabled="true"
>>>>           keystoreFile="${user.home}/.keystore" keystorePass="changeit"
>>>>           clientAuth="false" sslProtocol="TLS"/>
>>>> 
>>>> 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?  
>>> 
>>> The JSSE documentation.
>>> 
>>> Mark
>>> 
>>> 
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>> 
>>> 
>>> 
>> 
>> -- 
>> View this message in context:
>> http://old.nabble.com/JSSE-sslProtocol-accepted-values-tp30012611p30013193.html
>> Sent from the Tomcat - User mailing list archive at Nabble.com.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/JSSE-sslProtocol-accepted-values-tp30012611p30013290.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to