Hi all

I was trying to enable ssl in my tomcat server. I dont know whether my 
tomcat is using JSSE or APR. but as I created a keystore and imported a 
cert into it , can I use JSSE type irrespective of the connector?

My server.xml block 

<Connector port="9443" 
protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true" 
maxThreads="150" scheme="https" secure="true"  clientAuth="false" 
sslProtocol="TLS"  keyAlias="xxxxx"   keystoreFile="
{$Catalina.home}/cert/pdtkeystore.keystore" keystorePass="xxxxx"/>


Thanks 



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

Reply via email to