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

Re: Enabling SSL on Tomcat 6

2011-01-18 Thread Konstantin Kolinko
2011/1/18 Suneet Shah suneetshah2...@gmail.com: Connector port=443 protocol=org.apache.coyote.http11.Http11NioProtocol WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'SSLEngine' to 'on' did not find a matching property. There are two implementations of SSL

Enabling SSL on Tomcat 6

2011-01-17 Thread Suneet Shah
Hello, I am trying to enable SSL on Tomcat 6 without any luck. I am using a self signed cert. I have placed my entries in the server.xml file below. Any thoughts on what I am doing wrong? I also pasted below the steps that I used to generate the cert. Connector port=443