I have a process within my form that calls a webservice. When the call is made I get the response:
<html>Invalid client certificate: No client certificate provided</html>
No errors are being thrown because the 200 status is being returned with the response.
How do i get the certificate to go with the process request?
Views
Replies
Total Likes
Are you getting the same error using SOAP UI? Also, have you installed the WSDL server's SSL certificate in the AEM Forms server's java keystore?
@jeanetter358457 How is the request being made? Workbench? FDM or Custom servlet?
This response is being given when trying to run the process from workbench. It is also being received when calling the process form and adobe html 5 form on via our publisher server.
Both the
Jboss keystore: Valid from: Mon Mar 15 00:00:00 UTC 2021 until: Fri Apr 15 23:59:59 UTC 2022
Cacerts keystore: Valid from: Mon Mar 15 00:00:00 UTC 2021 until: Fri Apr 15 23:59:59 UTC 2022
are in place.
This was resolved. I think they had to enable the cert on forms server, I do not know for sure. it is now working
@jeanetter358457 I remember when I was with Adobe for service behinf 2 way SSL we had to 2 things:
1. Cert at the workbench level/SOAP component
2. cert at JBoss or whatever server you are using.
Views
Likes
Replies
Views
Likes
Replies