File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft. All rights reserved.
2
2
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
3
4
- /// <reference path="../node/tunnel.d.ts"/>
5
-
6
4
import url = require( "url" ) ;
7
5
8
6
import http = require( "http" ) ;
@@ -104,6 +102,7 @@ export class HttpClient implements ifm.IHttpClient {
104
102
proxyUrl = url . parse ( process . env . HTTP_PROXY ) ;
105
103
}
106
104
105
+ process . env . NODE_TLS_REJECT_UNAUTHORIZED = "0" ;
107
106
var options : any = {
108
107
host : parsedUrl . hostname ,
109
108
port : parsedUrl . port || defaultPort ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vso-node-api" ,
3
3
"description" : " Node client for Visual Studio Online/TFS REST APIs" ,
4
- "version" : " 4.0 .0" ,
4
+ "version" : " 4.1 .0" ,
5
5
"main" : " ./WebApi.js" ,
6
6
"typings" : " ./WebApi.d.ts" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 4
4
/// <reference path="globals/q/index.d.ts" />
5
5
/// <reference path="globals/shelljs/index.d.ts" />
6
6
/// <reference path="globals/underscore/index.d.ts" />
7
+ /// <reference path="tunnel.d.ts" />
File renamed without changes.
You can’t perform that action at this time.
0 commit comments