You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to disable ssl certificate validation or Is there something similar to rejectUnauthorized flag for TACO SDK FetchUtils? Alternatively: How to add my company cacert.pem to the fetcher? #1263
My question is: How do I do this in TACO SDK?
How to disable the validation or alternatively trust the corp CA Certificate provide by ca-cert.pem file.
I couldn't find a parallel fields in FetchUtils package.
When fetching URLs from a server that is signed by the company's certificate I get error:
at ClientRequest.emit (node:events:519:28)
at emitErrorEvent (node:_http_client:108:11)
at TLSSocket.socketErrorListener (node:_http_client:511:5)
at TLSSocket.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'SELF_SIGNED_CERT_IN_CHAIN',
code: 'SELF_SIGNED_CERT_IN_CHAIN',
erroredSysCall: undefined