I'm trying to enable SSL with Tomcat's NIO connector. Using SSL with the
HTTP connector works fine. Using NIO without SSL works fine. However, when
I combine the two, Tomcat starts to flake out when serving up any files that
are a little on the larger side (in my case, 1.6 MB). The connection s
Hmm, I just tried converting the keystore to JKS (using
org.mortbay.util.PKCS12Import) and that worked. So the JKS keystore seems
to work fine with the NIO connector, but the PKCS12 keystore only works with
non-NIO.
On 9/11/08, Tim McCune <[EMAIL PROTECTED]> wrote:
>
> I've b
I've been using the NIO connector for a while now for HTTP. Now I'm adding
an SSL connector, and as long as I don't use NIO, everything is working
fine:
However, as soon as I add the following attribute to the Connector element:
protocol="org.apache.coyote.http11.Http11NioProtocol"
when Tomca