Hi Sir,
I am using tomcat 9 for my application.

I got an error with the .keystore file for SSL certificate

this is my code is this still valid? in tomcat 9

<Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol"
    maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
    clientAuth="false" sslProtocol="TLS"
    keystoreFile="/home/myapp/.keystore" keystorePass="Password"
    sslEnabledProtocols="TLSv1.2"
  />



Logs:


12-Jun-2019 14:19:03.973 WARNING [main]
org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'maxThreads' to '150' did not find a matching property.
12-Jun-2019 14:19:03.973 WARNING [main]
org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'SSLEnabled' to 'true' did not find a matching property.
12-Jun-2019 14:19:03.973 WARNING [main]
org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'clientAuth' to 'false' did not find a matching property.
12-Jun-2019 14:19:03.973 WARNING [main]
org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'sslProtocol' to 'TLS' did not find a matching property.
12-Jun-2019 14:19:03.973 WARNING [main]
org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'keystoreFile' to '/home/myPP/.keystore' did not find a matching property.
12-Jun-2019 14:19:03.973 WARNING [main]
org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'keystorePass' to 'PASSWORD' did not find a matching property.
12-Jun-2019 14:19:03.974 WARNING [main]
org.apache.catalina.startup.SetAllPropertiesRule.begin
[SetAllPropertiesRule]{Server/Service/Connector} Setting property
'sslEnabledProtocols' to 'TLSv1.2' did not find a matching property.

Regards,
Sandeep Raghav

Customer Support Engineer
supp...@xcaptor.com
Captivate. Engage.

Reply via email to