DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38743>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38743

           Summary: when using APR, JKS options are silently ignored
           Product: Tomcat 5
           Version: 5.5.14
          Platform: Other
        OS/Version: Windows 2000
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Connector:Coyote
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


If Tomcat is set up with APR bindings for OpenSSL, but the following
configuration is used, no errors or warnings are issued.  It ends up running a
http (not secure) connection on port 443, which is very hard to debug with no
errors or warnings in the logs.

<Connector scheme="https" port="443" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="C:\Program Files\Apache Software
Foundation\Tomcat 5.5\conf\ssl_keystore" keystorePass="XXX"
               keystoreType="JKS"/>


The reverse (OpenSSL configuration when not enabled) should be checked also.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to