Error ERR_BAD_SSL_CLIENT_AUTH_CERT when trying to access the WSDL

1

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

However, I can not access WSDL.

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

  

This site can not provide a secure connection

     

domain.com did not accept your login certificate, or your login certificate may have expired. Try contacting the admin system

  ERR_BAD_SSL_CLIENT_AUTH_CERT

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

  

XXX.cer
  XXX.csr
  XXX.jks
  XXX.p12
  XXX.pem

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

    
asked by anonymous 09.11.2016 / 17:07

0 answers