Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing rejectUnauthorized from config files #10

Merged
merged 4 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,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 the MISP 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
Expand Down
3 changes: 1 addition & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"key": "",
"passphrase": "",
"ca": "",
"proxy": "",
"rejectUnauthorized": true
"proxy": ""
},
"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": "Confluence",
"version": "3.2.3",
"version": "3.2.4",
"main": "./integration.js",
"private": true,
"dependencies": {
Expand Down