Not sure if I should post this here or in the SOAP forum.
We have generated our own certificates for a SOAP service on a server and are calling back into that SOAP Service from the local machine. Both the client and web service are using Perl SOAP::Lite We are running into this error:
Certificate Verification: Error (18): self signed certificate
I have seen examples of other SOAP clients having to set properties to allow self signed clients to work, but I have been unsuccessful in finding out how to do that in SOAP::Lite. Any suggestions as to how to get around this issue?
We have generated our own certificates for a SOAP service on a server and are calling back into that SOAP Service from the local machine. Both the client and web service are using Perl SOAP::Lite We are running into this error:
Certificate Verification: Error (18): self signed certificate
I have seen examples of other SOAP clients having to set properties to allow self signed clients to work, but I have been unsuccessful in finding out how to do that in SOAP::Lite. Any suggestions as to how to get around this issue?