Hi,
And also when i use that self signed certificates, it won't work alwasy the
same errors:
Unsupported SSL v2.0 ClientHello, no cipher suites in common and handshake
error.
what can it be???something wrong configured? this is my server.xml
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true"
useURIValidationHack="false">
<Factory
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
clientAuth="true"
keystoreFile="c:/server.keystore"
keystorePass="changeit"/>
</Connector>
----- Original Message -----
From: "Kenneth Westelinck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, October 14, 2003 9:40 AM
Subject: Re: ssl client authentication drives me crazy
> This article solved everything for me:
> http://ws.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html
>
> Follow it to the letter and you will get it to work. Trust me.
>
>
> >From: "Twan Munster" <[EMAIL PROTECTED]>
> >Reply-To: "Twan Munster" <[EMAIL PROTECTED]>
> >To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >Subject: ssl client authentication drives me crazy
> >Date: Tue, 14 Oct 2003 09:33:26 +0200
> >
> >Hello,
> >
> >With apache client authentication was so simple. Now my boss wants to use
> >it for smartcard login and I have to use tomcat with cocoon. Thats why I
> >need the client authentication with ssl to work. But I just can't fix it
> >can anyone please help me. All examples wont work I always get errors
like
> >Unsupported SSL v2.0 ClientHello, no cipher suites in common and
handshake
> >error
> >
> >Can somebody please tell me how to use keytool. I've got the following
> >certificates and I use them in apache like this:
> >
> >1 server.crt = server certificate
> >2 ca.crt = chain certificate
> >3 ca-bundle.crt = lots of certificates for client authentication
> >4 server.key = i really don't know how to get this one in keytool
> >
> >Thnx
> >
> >Twan Munster
>
> _________________________________________________________________
> Chatten met je online vrienden via MSN Messenger. http://messenger.msn.be
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]