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 11// Copyright (c) Microsoft. All rights reserved.
22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33
4- /// <reference path="../node/tunnel.d.ts"/>
5-
64import url = require( "url" ) ;
75
86import http = require( "http" ) ;
@@ -104,6 +102,7 @@ export class HttpClient implements ifm.IHttpClient {
104102 proxyUrl = url . parse ( process . env . HTTP_PROXY ) ;
105103 }
106104
105+ process . env . NODE_TLS_REJECT_UNAUTHORIZED = "0" ;
107106 var options : any = {
108107 host : parsedUrl . hostname ,
109108 port : parsedUrl . port || defaultPort ,
Original file line number Diff line number Diff line change 11{
22 "name" : " vso-node-api" ,
33 "description" : " Node client for Visual Studio Online/TFS REST APIs" ,
4- "version" : " 4.0 .0" ,
4+ "version" : " 4.1 .0" ,
55 "main" : " ./WebApi.js" ,
66 "typings" : " ./WebApi.d.ts" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 44/// <reference path="globals/q/index.d.ts" />
55/// <reference path="globals/shelljs/index.d.ts" />
66/// <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