Problems in configuring Adobe Sign in OSGi publish instance
Hi everyone,
I have a problem in configuring Adobe Sign in publish instance.
The configurations of the two servers are
OS Red Hat Linux
AEM 6.5.12 with the related forms addon pack 6.0.640
author OSGi is executed over JBOSS.
publish is the "normal" crx-quickstart OSGi
For signing the documents, our adaptive forms generate a document of records from an XDP template and use the esign ("signature step") component to provide the digital signature.
We have an author instance that is configured and connected to Adobe Sign. We followed the guide at link
https://experienceleague.adobe.com/docs/experience-manager-64/forms/adaptive-forms-advanced-authoring/adobe-sign-integration-adaptive-forms.html?lang=en
In the author instance we can sign the documents with the signature step component in the adaptive form with no problems at all.
We replicated the crypto key from author to publish folowing the guide
We finally replicated the Adobe Sign configuration from author to publish instance. But when we try to use the signature step and send the document to adobe sign from the publish instance, an error occurr with adobe sign
07.10.2022 08:35:00.036 *ERROR* [10.7.10.75 [1665131699595] POST /content/forms/af/myform/jcr:content/guideContainer.af.agreement.jsp HTTP/1.1]
com.adobe.aemds.guide.addon.signing.echosign.impl.EchoSignServiceImpl Unable to create agreement com.adobe.aem.adobesign.service.AdobeSignServiceException: AEM-AS-100: Error reported by Adobe Sign: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake.
I cannot understand what the problem is.
I tried to do another configuration in the publish instance. The configuration is successful, but the result is the same as above.
The author instance seems to have no problems and is not affected by this problem.
Both author and publish are in a private subnet, but they are allowed to contact the following domains
api.eu2.adobesign.com
api.eu2.echosign.com
secure.eu2.adobesign.com
secure.eu2.echosign.com
Thanks in advance for any help