Finally I found the root of the problem: i forgot to specify the "-keyalg RSA" option.
Thanks anyway! p.s.: this was a typical RTFM issue -----Original Message----- From: Alf Scherer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 5:38 PM To: 'Tomcat Users List' Subject: RE: SSL Problem Well, Yes that's what I already did, I've also added the keystoreFile attribute because I have put the keystore file under common/ssl. The strange thing about it is: it works when using a certifcate that was created using the keytool -selfcert option. -----Original Message----- From: Chris Campbell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:09 AM To: 'Tomcat Users List' Subject: RE: SSL Problem hi. did you change the configuration in server.xml? You need to uncomment the section like this.... just checking. <!-- Define an SSL HTTP/1.1 Connector on port 8443 --> <!-- <Connector className="org.apache.catalina.connector.http.HttpConnector" port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="10" debug="0" scheme="https" secure="true"> <Factory className="org.apache.catalina.net.SSLServerSocketFactory" clientAuth="false" protocol="TLS"/> </Connector> --> ChrisC > -----Original Message----- > From: Alf Scherer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 6:13 PM > To: [EMAIL PROTECTED] > Subject: SSL Problem > > > Hi, > > I've installed Tomcat 4.0.3 on my system running > redhat-7.2, I've also created a CA using openssl to test Tomcat-ssl. > I've generated a key and certreq as well using the using java keytool > with the default "changeit" pwd. Well, after signing the certreq with > openssl and importing it to the keystore, tomcat won't allow me to > connect to 443. > > I don't know what happens as there is no information about What's > going on. I have also turned on debugging on the SSL-connector but > there is no debug-info whatsoever. > > Please HELP!!! > > > > > --------------------------------------------------------- > Alf Scherer | > | > CarrotMEDIA GmbH | > Saegewerkstr. 3 | Q: What is a programmer? > 83395 Freilassing | A: A bio-chemical machine, turning > Germany, EU | coffee into lines of code > --------------------------------------------------------- > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
