Skip to content

Commit

Permalink
allow self-signed certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Apr 7, 2016
1 parent cb7fa0e commit 17e1ecc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ authorization: token xxx
[MIT License](LICENSE)

## Change Log
## 0.0.6
Allow self-signed certificate

### 0.0.5
* __Add Configuration Setting__: Follow HTTP 3xx responses as redirects, default is `TRUE`
* __Add Configuration Setting__: Add default user agent if user not specified, default value is `vscode-restclient`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rest-client",
"displayName": "REST Client",
"description": "REST Client for Visual Studio Code",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export function activate(context: ExtensionContext) {
method: httpRequest.method,
body: httpRequest.body,
time: true,
strictSSL: false,
followRedirect: restClientSettings.followRedirect
};

Expand Down

0 comments on commit 17e1ecc

Please sign in to comment.