Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with SSL Wildcard import to Tomcat 7

Status
Not open for further replies.

cwhitmore

IS-IT--Management
May 14, 2008
34
0
0
US
I setup my Godaddy SSL wildcard on IIS 6 and exported it 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.


Here is the SSL section from my server.xml file:
Code:
<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"/>
 

Thanks to someone on a listserve it appears that I needed to change "sslProtocol=TLS" and add "keystoreType=PKCS12
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top