Pavan,

Please reply to the list and not me personally.

On 6/14/22 11:21, Pavan Kumar Tiruvaipati wrote:
<Connector port="8080"
                maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                enableLookups="false" disableUploadTimeout="true"
               acceptCount="100"  scheme="https" secure="true" connectionTimeout="20000"
                clientAuth="false" algorithm="SunX509" sslProtocol="TLS"
      keystoreFile="conf/certificate" keystorePass="xxxxx" useBodyEncodingForURI="true"
       SSLEnabled="true"/>

That all looks pretty straightforward.

When you say it's "not working", can you be more specific? Does the Tomcat server start? Are there any errors or warnings in the logs?

-chris

On Tue, Jun 14, 2022 at 7:30 PM Christopher Schultz <ch...@christopherschultz.net <mailto:ch...@christopherschultz.net>> wrote:

    Pavan,

    On 6/14/22 08:32, Pavan Kumar Tiruvaipati wrote:
     > We have replaced JDK 1.8 with JRE 1.8.0_333.
     >
     > SSL configuration was working fine with Tomcat 6.0.45 before
    replacing JDK
     > with JRE.
     >
     > Now it's not working.
     >
     > In server.xml, SSL Protocol is set to "TLS".
     >
     > Does Tomcat 6.0.45 support SSL with JRE 1.8.0_333 ?
     >
     > Are there any specific protocols / versions to be used to enable
    SSL ?

    Please post your <Connector> configuration. Remove any secrets that may
    be in there (e.g. passwords).

    -chris


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to