We have HTTPS configured within EAP, but receiving errors when deploying an application
Issue
- We're trying to use HTTPS within EAP, but receiving errors when deploying an application ( clustered app )
ERROR [org.jboss.as.server] (ServerService Thread Pool -- 76) JBAS015870: Deploy of deployment "ClusterWebApp.war" was rolled back with the following failure message: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => { "Services that were unable to start:" => [ "jboss.deployment.unit.\"ClusterWebApp.war\".deploymentCompleteService", "jboss.web.deployment.default-host./ClusterWebApp" ], "Services that may be the cause:" => ["jboss.web.connector.https"] Here is how the HTTPS connector in EAP is looking : <subsystem xmlns="urn:jboss:domain:web:2.2" default-virtual-server="default-host" native="false"> <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" enable-lookups="false" secure="true"> <ssl key-alias="teiid" password="secret" certificate-key-file="/app/redhat/jboss/server.keystore" verify-client="true" certificate-file="/etc//certs/public.cert" ca-certificate-file="/app/redhat/jboss/server.truststore"/>
- We've created a bunch of self-signed certificates and imported them into the keystore using keytool.What could be the cause of this issue.
Environment
- Red Hat JBoss Enterprise Application Platform
- 6.4.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
