[jboss-dev-forums] [JBoss AS 7 Development] - Re: SSL Service Startup Problem
Frank Langelage
do-not-reply at jboss.com
Sat Oct 27 11:50:07 EDT 2012
Frank Langelage [https://community.jboss.org/people/lafr] created the discussion
"Re: SSL Service Startup Problem"
To view the discussion, visit: https://community.jboss.org/message/772649#772649
--------------------------------------------------------------
Thediff between my standalone-full.xml and the standard one shows:
366,369c366
< <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" *redirect-port="9143"*/>
< <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">
< <ssl certificate-key-file="/home/jboss/security/server.keystore" *key-alias="mbicert"* password="..."/>
< </connector>
---
> <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
Your ssl element does not provide an key-alias attribute.
>From the error meesage you got I'd assume that "jboss" is the default value if the attribute is missing and you used a different value when creating the certificate file.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/772649#772649]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121027/0a1c2822/attachment.html
More information about the jboss-dev-forums
mailing list