Hello,
1) keystoreFile (letter F should be in upper case)
2) Use / instead of \
3) Use ${user.home} instead path (and I am not sure c:\ works, you probably
need file:///c:/ but ${user.home} is better anyway)
Ilya Kazakevich,
>-----Original Message-----
>From: Tim Colletto [mailto:[email protected]]
>Sent: Thursday, June 06, 2013 7:30 PM
>To: [email protected]
>Subject: Keystore error trying to use SSL JSSE
>
>Hello,
>
>Using the above method I receive the following in the log:
>
>WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting
>property 'keystorefile' to 'c:\users\administrator\.keystore' did not find
a
>matching property.
>The following is my main config:
>
><Connector port="80" redirectPort="443" protocol="HTTP/1.1"
> connectionTimeout="20000"/>
>
><Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
> maxThreads="150"
> scheme="https" secure="true"
> keyAlias="tomcat"
> keystorefile="c:\users\administrator\.keystore"
> keystorePass="changeit"
> acceptCount="100"
> clientAuth="false" sslProtocol="TLS" />
>
><Connector port="8009" redirectPort="443" protocol="AJP/1.3"/>
>
>I've tried just about every combination of modifications with no luck.
Tried
>different ports. Tried different keystore paths. I did the same steps on my
>windows 7 machine and it all worked fine.
>
>I tried the following protocols:
>protocol="org.apache.coyote.Http11NioProtocol"
>protocol="org.apache.coyote.Http11Protocol"
>
>Nothing worked. I'm at a complete dead end.
>
>I verified that .keystore was ok via keytool -l .keystore
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]