here is the connector configuration:

  <Connector protocol="org.apache.coyote.http11.Http11Protocol"
clientAuth="true" port="443" SSLEnabled="true" maxThreads="150"
scheme="https" secure="true" keyAlias="keyalias"
keystoreFile="d:/users/apache-tomcat-7.0.11/keystore/key.keystore"
keyPass="changeit"
truststoreFile="D:/users/apache-tomcat-7.0.11/keystore/trust.keystore"
truststorePass="changeit" SSLVerifyClient="require" SSLEngine="on"
SSLVerifyDepth="4" sslProtocol="TLS" />

Regards,
Savitha
On Thu, Aug 25, 2011 at 11:46 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Savitha,
>
> On 8/25/2011 12:53 PM, Savitha Akella wrote:
> > We have given the "trustStorePass" value to point to a keystore
> > which has only the certificate for our web services.
>
> Do you mean "truststoreFile"?
>
> > Of course the clientAuth parameter is set to true.
>
> Good.
>
> Can you post your <Connector> configuration for us? Remember to remove
> any passwords from it.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk5WmHMACgkQ9CaO5/Lv0PA2XQCgpY+rTQ2nxtRKbwC1ZDV4CRac
> gKgAnjldGl78sHuhDF/AFWsUD+grHfIc
> =Z82E
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to