Re: Enabling SSL on Tomcat 6

2011-01-18 Thread amcereijo cereijo
Hi, I have this configuration for my tomcat 6.0.30 Connector port=8449 maxHttpHeaderSize=8192 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 scheme=https secure=true clientAuth=false

Error Tomcat CLIENT-CERT autentication.

2011-01-17 Thread amcereijo cereijo
Hi, I´m trying to configure the tomcat for mutual authentication with server and client using certificate. I have a tomcat 5.5.26 and a java web application (web service) under JVM 1.5 I did the next: I generated two certificates with keytool, one for client and other for server. I

Re: Error Tomcat CLIENT-CERT autentication.

2011-01-17 Thread amcereijo cereijo
, amcereijo cereijo amcere...@gmail.com wrote: Hi, I´m trying to configure the tomcat for mutual authentication with server and client using certificate. I have a tomcat 5.5.26 and a java web application (web service) under JVM 1.5 I did the next: I generated two