From fc677f418b37e4819b4893ab9e14041a873c3575 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:56:09 -0500 Subject: [PATCH 1/4] Updating File: config/config.js --- config/config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/config/config.js b/config/config.js index e6fc7ff..2970c09 100644 --- a/config/config.js +++ b/config/config.js @@ -66,11 +66,7 @@ module.exports = { ca: '', // An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for // the url parameter (by embedding the auth info in the uri) - proxy: '', - // If set to false, the integration will ignore SSL errors. This will allow the integration to connect - // to servers without valid SSL certificates. Please note that we do NOT recommending setting this - // to false in a production environment. - rejectUnauthorized: true + proxy: "" }, logging: { level: 'info' //trace, debug, info, warn, error, fatal From d931626de8ad750a65e64301502ef64d514bf580 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:56:10 -0500 Subject: [PATCH 2/4] Updating File: config/config.json --- config/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 4e5fbc3..89e0ea0 100644 --- a/config/config.json +++ b/config/config.json @@ -25,8 +25,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "logging": { "level": "info" From b1387aea441093dc05d1706019fc8b07ae5d1886 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:06:30 -0500 Subject: [PATCH 3/4] Updating File: package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c9a13b..997fb87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "analyst1", - "version": "3.5.2", + "version": "3.5.3", "main": "./integration.js", "private": true, "dependencies": { From fbb46b6e7b383d0a6f0159938ac3018ed84e0955 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:06:31 -0500 Subject: [PATCH 4/4] Updating File: package-lock.json --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 8485661..e580b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "analyst1", - "version": "3.5.2", + "version": "3.5.3", "lockfileVersion": 1, "requires": true, "dependencies": {