Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 1e0c329

Browse files
committed
I-135595, removed setting sslv3.
1 parent f8003b4 commit 1e0c329

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actions/bugs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ var soap = require('soap');
1313
var https = require('https');
1414
var NotFoundError = require('../errors/NotFoundError');
1515

16-
//we must set this property, otherwise it's not possible to connect to jira service, due to some ssl issue
17-
https.globalAgent.options.secureProtocol = 'SSLv3_method';
1816

1917
/**
2018
* Max retires for soap authentication

0 commit comments

Comments
 (0)