Define "not working". Do you get an error in the logs?

Filip

'On 02/25/2011 10:24 AM, Carlton Whitmore wrote:
I setup my SSL wildcard on IIS 6 and exported the cert file to some other IIS 
servers. Now I'd like to set it up on a Tomcat 7 server. This server already 
has a standard SSL cert running.

I tried these instructions, but couldn't get it working.

http://www.lazynetworkadmin.com/knowledgebase-mainmenu-6/2-windows/150-export-ssl-certificate-from-iis-and-import-into-tomcat

Here is the SSL section from my server.xml file:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
                maxThreads="150" scheme="https" secure="true"
                keystoreFile="c:\certs\disabilityrightstx.pfx" 
keystorePass="pass1"
                        clientAuth="false" sslProtocol="PKCS12"/>


Carlton.







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to