Closed delynn closed 9 years ago
Hi DeLynn. I suspect Mac is right, that this is due to a change with node 0.12. I haven't come across this but I'm not running 12 anywhere yet. I'll try to take a look tonight or tomorrow.
I installed the latest node, v0.12.3, on Ubuntu 14.04 tonight and tried a simple test against an https endpoint, and it seemed to work. If your endpoint happens to be public can you send me a failing test that I can try to reproduce with. Also try running the test I used to see what happens:
{
"tests": [{
"id": "ssl_test",
"request": {
"method": "GET",
"protocol": "https",
"host": "google.com",
"resource": "/"
},
"expectedResponse": {
"statusCode": 200
}
}]
}
I was using the same basic test on 0.12.2 and it was failing. I just tried 0.12.3 and it's working for me as well. I have heard of other issues with 0.12.2, so I'm gonna chalk up this issue to the old version and close for now. Thanks for looking into this!
I see the following error when attempting to run any tests that have the protocol set to HTTPS:
I chatted with @mac- and he seemed to think it was probably related to the Node version since there was a lot of changes for the Poodle virus a while ago. Any thoughts on which version of Node I should be using (currently 0.12.2), or if there is something that can be done with Harvey to correct this issue?