2010/11/24 Scott Li <scott...@gwghk.com>:
> It works,  Thank you very much Konstantin Kolinko!
>
> I disabled APR by following these steps:
>  a) remove bin\tcnative-1.dll
>  b) remove  <Listener
> className="org.apache.catalina.core.AprLifecycleListener"
> SSLEngine="on" /> line from server.xml.
>
> c) remove 'protocol="http11.Http11AprProtocol"' from server.xml's Connector
> ,
>   changed as follow:
>     <Connector port="443" SSLEnabled="true"
>               maxThreads="150" scheme="https" secure="true"
>               clientAuth="false" sslProtocol="TLS"
>               keystoreFile="conf/server.keystore" keystorePass="test"
>     truststoreFile ="conf/client.keystore" truststorePass="test"/>
>
> then https://localhost/ can open.
>
>
> and my question is what is the configurations with OpenSSL library (called
> through APR/Tomcat-Native).
> I have read the
> http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#SSL_and_Tomcat
> but it seems not have the configurations of APR, Can you give me the docs
> link you metioned?

http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Support

Best regards,
Konstantin Kolinko

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

Reply via email to