[jboss-user] [Installation, Configuration & Deployment] - SSL issue has me beating my head against the wall..
schmidtkevina
do-not-reply at jboss.com
Tue Mar 20 11:29:10 EDT 2007
Ok, I followed this example: http://www.freebsdhowtos.com/117.html
I'm running JBOSS 4.0.5 and Tomcat using a cert issued from Thawte.
I'm getting the keystore has been tampered with or password is wrong error...
Here's my server.xml file section:
<Connector className="org.apache.catalina.connector.http.HttpConnector" port="443" minProcessors="5" maxProcessors="75" keystoreFile="C:\jboss-4.0.5.GA\keystore\manning" enableLookups="true" acceptCount="10" debug="0" scheme="https" secure="true">
| <Factory className="org.apache.catalina.net.SSLServerSocketFactory" clientAuth="false" protocol="TLS" keystorePass="manning" />
| </Connector>
I've already regenerated the keystore and had the cert reissued. I'm not quite sure where to go now, except out the window.
Any and all help is appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029839#4029839
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029839
More information about the jboss-user
mailing list