Skip to main content
jeanetter358457
Level 2
November 17, 2021

Form is not passing certificate authentication to webservice

  • November 17, 2021
  • 6 replies
  • 1355 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

6 replies

Mayank_Gandhi
Employee
December 1, 2021

@jeanetter358457 How is the request being made? Workbench? FDM or Custom servlet?

jeanetter358457
Level 2
December 1, 2021

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.

Mayank_Gandhi
Employee
December 23, 2021
Mayank_Tiwari
Employee
November 18, 2021

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?