Skip to content

Commit 3e96636

Browse files
Volunejcrugzz
authored andcommitted
fix test for node 0.10 + [email protected] ([email protected]) (#1010)
1 parent 5082acc commit 3e96636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib-http-proxy-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ describe('lib/http-proxy.js', function() {
419419
var destiny = io.listen(server);
420420

421421
function startSocketIo() {
422-
var client = ioClient.connect('ws://127.0.0.1:' + ports.proxy);
422+
var client = ioClient.connect('ws://127.0.0.1:' + ports.proxy, {rejectUnauthorized: null});
423423
client.on('connect', function () {
424424
client.disconnect();
425425
});

0 commit comments

Comments
 (0)