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=42103>.
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=42103

           Summary: Parans trustStoreType trustStorePass trustStoreFile
           Product: Tomcat 5
           Version: 5.5.23
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Webapps:Administration
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When admin configure server.xml file its write this parans trustStoreType
trustStorePass trustStoreFile in the conector tag, but te service don't work.

If i change to truststoreType truststorePass truststoreFile its work well. 

See: 

    <Connector
        port="8445"
        scheme="https"
        secure="true"
        keystoreFile="C:\ssl\certs\localhost.pfx"
        keystorePass="1234"
        trustStoreFile="C:\ssl\certs\ca.pfx"
        sslProtocol="TLS"
        maxSpareThreads="75"
        trustStorePass="1234"
        maxThreads="150"
        keystoreType="PKCS12"
        trustStoreType="PKCS12"
        minSpareThreads="25"
        clientAuth="true">
    </Connector>


    <Connector
        port="8443"
        scheme="https"
        secure="true"
        keystoreFile="C:\ssl\certs\localhost.pfx"
        keystorePass="1234"
        truststoreFile="C:\ssl\certs\ca.pfx"
        sslProtocol="TLS"
        maxSpareThreads="75"
        truststorePass="1234"
        maxThreads="150"
        keystoreType="PKCS12"
        truststoreType="PKCS12"
        minSpareThreads="25"
        clientAuth="true">
    </Connector>

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