Skip to content

Commit

Permalink
Merge pull request #19 from polarityio/develop
Browse files Browse the repository at this point in the history
Removing rejectUnauthorized from config files
  • Loading branch information
penwoodjon committed Jun 27, 2023
2 parents 67ed5ce + 5970e15 commit 7679873
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
8 changes: 1 addition & 7 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"key": "",
"passphrase": "",
"ca": "",
"proxy": "",
"rejectUnauthorized": true
"proxy": ""
},
"logging": { "level": "info" },
"options": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "service-now",
"version": "3.4.1",
"version": "3.4.2",
"main": "./integration.js",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 7679873

Please sign in to comment.