|
| 1 | +diff --git a/node_modules/@graphql-mesh/soap/index.js b/node_modules/@graphql-mesh/soap/index.js |
| 2 | +index 8ac483d..126b9e5 100644 |
| 3 | +--- a/node_modules/@graphql-mesh/soap/index.js |
| 4 | ++++ b/node_modules/@graphql-mesh/soap/index.js |
| 5 | +@@ -927,7 +927,7 @@ class SoapHandler { |
| 6 | + if (schemaHeaders && 'then' in schemaHeaders) { |
| 7 | + schemaHeaders = await schemaHeaders; |
| 8 | + } |
| 9 | +- const fetch = utils.getCachedFetch(this.cache); |
| 10 | ++ const fetch = utils.getCachedFetch(this.cache, this.config.rejectUnauthorized); |
| 11 | + const soapClient = await createSoapClient(this.config.wsdl, { |
| 12 | + basicAuth: this.config.basicAuth, |
| 13 | + options: { |
| 14 | +diff --git a/node_modules/@graphql-mesh/soap/index.mjs b/node_modules/@graphql-mesh/soap/index.mjs |
| 15 | +index c5a2938..9c451f2 100644 |
| 16 | +--- a/node_modules/@graphql-mesh/soap/index.mjs |
| 17 | ++++ b/node_modules/@graphql-mesh/soap/index.mjs |
| 18 | +@@ -923,7 +923,7 @@ class SoapHandler { |
| 19 | + if (schemaHeaders && 'then' in schemaHeaders) { |
| 20 | + schemaHeaders = await schemaHeaders; |
| 21 | + } |
| 22 | +- const fetch = getCachedFetch(this.cache); |
| 23 | ++ const fetch = utils.getCachedFetch(this.cache, this.config.rejectUnauthorized); |
| 24 | + const soapClient = await createSoapClient(this.config.wsdl, { |
| 25 | + basicAuth: this.config.basicAuth, |
| 26 | + options: { |
0 commit comments