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 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": [ 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": { 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",