RE: request timeout over https

2007-07-09 Thread Ben Iggulden
Caldarale for setting me to rights on this one. -Original Message- From: Ben Iggulden [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 16:38 To: users@tomcat.apache.org Subject: request timeout over https I'm configuring a Tomcat 5.5 instance to use HTTPS. It's a fresh install, with a

RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Ben Iggulden
eytool keystore..not doing what it should ! > From: Ben Iggulden [mailto:[EMAIL PROTECTED] > Sent: 2007 July 09, Monday 20:12 > keystore..not doing what it should ! > > I'm trying to verify this as the problem by closing Eclipse > and running Tomcat directly Try runnin

RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-09 Thread Ben Iggulden
arles R [mailto:[EMAIL PROTECTED] Sent: 10 July 2007 00:04 To: Tomcat Users List Subject: RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should ! > From: Ben Iggulden [mailto:[EMAIL PROTECTED] > Subject: RE: https in Tomcat 5.5 via basic JKS keytool > keyst

request timeout over https

2007-07-08 Thread Ben Iggulden
I'm configuring a Tomcat 5.5 instance to use HTTPS. It's a fresh install, with a Sun Java 5 JVM. To config HTTPS I've followed the server.xml/how-to by generating a .keystore using the password "changeit" and uncommenting the SSL/HTTP1.1 connector on port 8443. I've also thrown fast common

RE: https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-08 Thread Ben Iggulden
esumed (ensuring the same is used in the server.xml connector's keystorePass attribute as is used in generation) or is using anything other than "changeit" not typically done ? -Original Message- From: Ben Iggulden [mailto:[EMAIL PROTECTED] Sent: 06 July 2007 13:28 To: users@tomca

https in Tomcat 5.5 via basic JKS keytool keystore..not doing what it should !

2007-07-05 Thread Ben Iggulden
Bit of a maddening problem this one. I'm setting up https on Tomcat 5.5. Following the how-to closely I've generated a keystore using keytool and uncommented/modified the port 8443 connector in the server.xml. But the https connector just fails to work, the logs report these errors: 1. org.apac