Support for ssl in http_response_code condition#36
Conversation
|
This causes a number of test failures. Could you go through it again and make sure all tests pass? |
|
Yes, sorry, I will check it out as soon as I get a chance. My very first pull req. for an open source project, so thanks for being gentle! Buffy On May 24, 2011, at 6:46 PM, mojomboreply@reply.github.com wrote:
|
|
No worries. Thanks so much for taking the time to make a contribution! If you need any help with anything, just give a holler. |
|
I think I've got the broken tests fixed, and added support for supplying a ca_file to avoid verification warnings, and allow for greater security if desired. New to mocha, so let me know if the test changes I made aren't quite right. |
I added an optional argument 'ssl' for the http_response_code condition to allow monitoring https links. Cavat - It does not verify the certificate of the monitored site.