You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/07/10 17:50:15 UTC

[Bug 37455] https/sll hangs with tcnative-1.dll

https://issues.apache.org/bugzilla/show_bug.cgi?id=37455

--- Comment #11 from Tgutierrez017 <so...@gmail.com> ---
Hi
After read the http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html, it said
that the implementation used by tomcat is chosen automatically and it depends
if you have installed the native library tcnative-1.dll. 
if you not want remove the tcnative-1.dll you have to modify the protocol in
your connector

<Connector protocol="org.apache.coyote.http11.Http11NioProtocol" 
           port="443" maxHttpHeaderSize="8192"
           maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
           enableLookups="false" disableUploadTimeout="true"
           acceptCount="100" scheme="https" secure="true"
           clientAuth="false" sslProtocol="TLS"
           keystoreFile="c:\Documents and Settings\Owner\.keystore"
           keystorePass="mypassword" />

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org