diff --git a/config/config.js b/config/config.js index 846cff2..7e242e7 100644 --- a/config/config.js +++ b/config/config.js @@ -77,13 +77,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 LDAP servers without valid SSL certificates. Please note that we do NOT recommending setting this - * to false in a production environment. - */ - rejectUnauthorized: true + proxy: "" }, /** * Options that are displayed to the user/admin in the Polarity integration user-interface. Should be structured diff --git a/config/config.json b/config/config.json index 119e6d2..d516eac 100644 --- a/config/config.json +++ b/config/config.json @@ -30,8 +30,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "options": [ { diff --git a/package-lock.json b/package-lock.json index 6d388bb..a625784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "LDAP", - "version": "3.5.5", + "version": "3.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26085cc..6f4542c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LDAP", - "version": "3.5.5", + "version": "3.5.6", "main": "./integration.js", "description": "Polarity LDAP Integration", "license": "MIT",