Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 15, 2024
1 parent 85687de commit 8752aa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,9 @@ Request.prototype.start = function () {
debug('make request', self.uri.href)
console.log('! MAKE REQ');
console.log(self.uri.href)
console.log(reqOptions)
reqOptions.secureProtocol = 'foo'
//console.log(reqOptions)
//reqOptions.secureProtocol = 'foo'
reqOptions.secureProtocol = 'SSLv3_method'
self.req = self.httpModule.request(reqOptions, self.onResponse.bind(self))

if (self.timeout && !self.timeoutTimer) {
Expand Down

0 comments on commit 8752aa1

Please sign in to comment.