https://bz.apache.org/bugzilla/show_bug.cgi?id=61394

--- Comment #10 from matej.spil...@gmail.com ---
I am unable to debug the exact SSL error but I too have a problem with OpenSSL
& NIO (or NIO2) when I have truststoreFile setup.

As soon as I enable certificateVerification I start getting SSL errors in
chrome. If I switch to JSSE it works as advertised. I can set the verification
to optional and not select a certificate and still get the same error.

    <Connector port="8443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true">
                <SSLHostConfig truststoreFile="conf/truststore.jks"
truststorePassword="test" certificateVerification="optional">
            <Certificate certificateKeystoreFile="conf/keystore.jks"
                         certificateKeystorePassword="test"
                         type="RSA" />
        </SSLHostConfig>
    </Connector>

If I open the page in IE it lists all the certificates.
Is there any chance to get a 1.2.13 snapshot build to test it on windows x64?

-- 
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

Reply via email to