Skip to content

Commit

Permalink
perf: rejectUnauthorized - false on ssl, for self-signed cerfificates
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirPal committed Mar 18, 2018
1 parent 8c4c80f commit 37b2adb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/utils/jiraClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class JiraClientWrapper {
path_prefix,
port,
protocol,
promise: Promise,
rejectUnauthorized: false,
basic_auth: {
username,
password,
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/jira-connector_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 349ef766655d2291cf86953283485003
// flow-typed version: <<STUB>>/jira-connector_vgithub:web-pal/jira-connector#56c56015371481701b7ae6fc2fd64ddf07a13b78/flow_v0.64.0
// flow-typed signature: 5c68e0e9fc3812d335754658b91ce070
// flow-typed version: <<STUB>>/jira-connector_vgithub:web-pal/jira-connector#203fa73eb67c03a0147979a5f632cbdc6c5fb5e3/flow_v0.64.0

/**
* This is an autogenerated libdef stub for:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"electron-log": "2.2.14",
"electron-updater": "2.20.1",
"font-awesome": "4.7.0",
"jira-connector": "github:web-pal/jira-connector#56c56015371481701b7ae6fc2fd64ddf07a13b78",
"jira-connector": "github:web-pal/jira-connector#203fa73eb67c03a0147979a5f632cbdc6c5fb5e3",
"keytar": "^4.1.0",
"merge-images": "1.0.7",
"minimist": "^1.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.3.0, ajv@^5.5.0:
json-schema-traverse "^0.3.0"

ajv@^6.0.1, ajv@^6.1.0:
version "6.2.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.2.1.tgz#28a6abc493a2abe0fb4c8507acaedb43fa550671"
version "6.3.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.3.0.tgz#1650a41114ef00574cac10b8032d8f4c14812da7"
dependencies:
fast-deep-equal "^1.0.0"
fast-json-stable-stringify "^2.0.0"
Expand Down Expand Up @@ -5394,9 +5394,9 @@ isurl@^1.0.0-alpha5:
has-to-string-tag-x "^1.2.0"
is-object "^1.0.1"

"jira-connector@github:web-pal/jira-connector#56c56015371481701b7ae6fc2fd64ddf07a13b78":
version "2.6.0"
resolved "https://codeload.github.com/web-pal/jira-connector/tar.gz/56c56015371481701b7ae6fc2fd64ddf07a13b78"
"jira-connector@github:web-pal/jira-connector#203fa73eb67c03a0147979a5f632cbdc6c5fb5e3":
version "2.7.0"
resolved "https://codeload.github.com/web-pal/jira-connector/tar.gz/203fa73eb67c03a0147979a5f632cbdc6c5fb5e3"
dependencies:
oauth "^0.9.12"
request "^2.83.0"
Expand Down

0 comments on commit 37b2adb

Please sign in to comment.