Form is not passing certificate authentication to webservice
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?