You need to import the verisign test ca root
certificate in to the java cacerts found under
java_home/lib/security/cacerts.. THe test ca root
certificate can be downloaded from
www.verisign.com/trial/server/faq/index.html or
something like that

 --- "Morten mot. Tollefsen" <[EMAIL PROTECTED]> wrote: >
Any ideas?
>  
> Please help me with this problem!
>  
> Morten Tollefsen
> 
> -----Opprinnelig melding-----
> Fra: Morten Tollefsen
> [mailto:[EMAIL PROTECTED]] 
> Sendt: 25. november 2002 12:03
> Til: '[EMAIL PROTECTED]'
> Emne: Problems running VeriSign trial sertificate in
> Tomcat.
> 
> 
> Problem with running Tomcat using VeriSign trial
> certificate.
>  
> Can anyone please help me with this problem? Have
> searched for hours,
> but can't find any sollutions...
>  
> I'm running:
>  
> Windows 2000
> JDK 1.3
> JSSE 1.0.3
> Tomcat 3.2.3
>  
> Have done:
>  
> - Created self-signed certificate using keytool, OK.
> - Tomcat SSL setup, running with self-signed
> certificate, OK.
> - Created the CSR and sent it to VeriSign, OK.
> - Imported the trial certificate from VeriSign using
> 'keytool -import
> -alias tomcat -keystore verisign -file tomcat.cer'
>   Have also tried to change keystore name and
> password.
>  
> Tomcat error message:
> javax.net.ssl.SSLException: Unrecognized SSL
> handshake.
>  
> My connector parameters in server.xml:
>  
> <Connector
>
className="org.apache.tomcat.service.PoolTcpConnector">
>   <Parameter name="handler"
>
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
>   <Parameter name="port" value="443"/>
>   <Parameter name="socketFactory"
> value="org.apache.tomcat.net.SSLSocketFactory" />
>   <Parameter name="keystore" value="c:/documents and
> settings/localhost/verisign" />
>   <Parameter name="keypass" value="changeit" />
>   <Parameter name="secure" value="true" />
>   <Parameter name="clientauth" value="true" />
> </Connector>
>  
> Have tried to change secure and clientauth
> parameters without success.
>  
> Any ideas???
>  
> Greetings
> Morten Tollefsen 
> Integrasjonssystemer AS 
> [EMAIL PROTECTED] 
> 33036066 / 97178250 
>  
> 
>  

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to