Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Failure Setting up SSL with AEM forms plus JBoss

Avatar

Level 1

Hello Adobe gurus,

I'm setting up SSL for AEM forms with Jboss. And so far had no success.

I've successfully created ssl certificate using this manual

http://help.adobe.com/en_US/livecycle/10.0/AdminHelp/WS92d06802c76abadb-5145d5d12905ce07e7-7df4.html

Here is some information from the server log file

16:57:44,107 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.web.connector.https: org.jboss.msc.service.StartException in service jboss.web.connector.https: JBAS018007: Error starting web connector

at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:362)

at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]

at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]

at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]

Caused by: LifecycleException:  JBWEB000023: Protocol handler initialization failed

at org.apache.catalina.connector.Connector.init(Connector.java:986)

at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:304)

And this is how lc_turnkey.xml looks like (the certificate has been generated, Jboss service restarted)

<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>

                 <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">

              <ssl name="lc-ssl" password="password" protocol="TLS" key-alias="new2" certificate-key-file="${jboss.server.base.dir}/configuration/keystorename2.keystore" />

            </connector>

Certificate is fine.

http://localhost:8080 works

http://localhost:8443 produces Unable to connect webpage

Should I do something about my DNS s

Please advice.

0 Replies