JBoss Community

Re: SSL Service Startup Problem

created by Frank Langelage in JBoss AS 7 Development - View the full discussion

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

Start a new discussion in JBoss AS 7 Development at Community