Skip to content

Commit

Permalink
fix: support disableSslVerification when user provides https agent (#…
Browse files Browse the repository at this point in the history
…1055)

when a user provides a custom https agent, we don't want to override the `disableSslVerification` behavior. this was happening before, but has been fixed in the core. this commit bumps the core version to include this fix
  • Loading branch information
dpopp07 authored Aug 6, 2020
1 parent 4630735 commit 4ab77e1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
68 changes: 37 additions & 31 deletions 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
Expand Up @@ -87,7 +87,7 @@
"async": "^3.2.0",
"camelcase": "^6.0.0",
"extend": "~3.0.2",
"ibm-cloud-sdk-core": "^2.4.2",
"ibm-cloud-sdk-core": "2.4.4",
"isstream": "~0.1.2",
"websocket": "^1.0.28"
},
Expand Down

0 comments on commit 4ab77e1

Please sign in to comment.