I\'m trying to get a webpage via node https.request(). Doing so results in an error getting logged by my code. Using the node request module has the same result:
Try to use options = { secureProtocol: 'SSLv3_method' } in the request you are making.
options = { secureProtocol: 'SSLv3_method' }