https://issues.apache.org/bugzilla/show_bug.cgi?id=37455
--- Comment #11 from Tgutierrez017 <solo.programas...@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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org