On 16/10/2014 12:10 PM, "Shashank" <shashank.rayap...@gmail.com> wrote:
>
> 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"/>
>
>
Nio and Bio are jsse

Reply via email to