lehh / nestjs-soap

Nestjs module wrapper for soap npm package
MIT License
21 stars 14 forks source link

NestJS Soap Client with Self-Signed certificates #30

Open pjtuxe opened 1 year ago

pjtuxe commented 1 year ago

Hey all, I'd like to send XML request with nestjs-soap library, but it throws an error with installed self-signed certificates, like:

ERROR [SoapModule] self-signed certificate in certificate chain

Can anyone help me through this? Thanks!

lehh commented 1 year ago

Hi,

Sorry for the late reply. Since you didn't provide much detail of how you're trying to achieve this, I believe this is not a problem with the nestjs-soap library itself.

Maybe you need to pass some additional configuration to the clientOptions object. Also, this could help.