ERR_BAD_SL_CLIENT_AUTH_CERT error while trying to access WSDL

Asked

Viewed 285 times

1

I have a PHP script running on my local machine. The script is consuming a SOAP web service.

However I can’t access the WSDL.

When trying to open the link to the WSDL directly in the browser, I get the following answer:

This site can’t provide a Secure Connection

Domain.com didn’t Accept your login Certificate, or your login Certificate may have expired. Try contacting the system admin.

ERR_BAD_SL_CLIENT_AUTH_CERT

However I have 5 files and I do not know what to do with them, but I think they solve the problem above, since it is a certificate. The files are:

XXX.cer.
XXX.csr
XXX.jks
XXX.P12
XXX.pem

What I need to do with these files to gain access to WSDL?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.