Re: Enabling SSL on Tomcat 6

2011-01-18 Thread Konstantin Kolinko
2011/1/18 Suneet Shah : > WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property > 'SSLEngine' to 'on' did not find a matching property. There are two implementations of SSL available in Tomcat. One is implemented using Java cryptography API. Another uses native libraries.

Re: Enabling SSL on Tomcat 6

2011-01-18 Thread amcereijo cereijo
Hi, I have this configuration for my tomcat 6.0.30 Your changes about my configuration: - where I have keystoreFile="conf\tomcatserver.keystore" I think you must put "tomcatks" (I think this your keystore) - where I have keystorePass="tomcat" I think you must put password for "tomc

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. WARNING: [SetAllPropertiesRule]{Serv