From 57b976516cabc04e6786960482befdaefe273f28 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:53:53 -0500 Subject: [PATCH 1/4] Updating File: config/config.js --- config/config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/config.js b/config/config.js index ee7514f..fd117da 100644 --- a/config/config.js +++ b/config/config.js @@ -87,13 +87,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 ServiceNow 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 eb9f9f9b6c1d48ee90e33bc8c38fa196122edc27 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:53:54 -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 02bc184..8d51fda 100644 --- a/config/config.json +++ b/config/config.json @@ -36,8 +36,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "logging": { "level": "info" }, "options": [ From 4ce640ef55029853e8f4a7408db6ed04e68981f9 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:04:31 -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 2a2c20d..8b6705c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "service-now", - "version": "3.4.1", + "version": "3.4.2", "main": "./integration.js", "private": true, "license": "MIT", From 5970e15a401762494c66ecebc318487bcdf1d4ba Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:04:32 -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 93a6c21..e460030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "service-now", - "version": "3.4.1", + "version": "3.4.2", "lockfileVersion": 1, "requires": true, "dependencies": {