From 9258b057a192ef2e4a76da44a9d9d34397ee04d6 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 4 Mar 2015 15:34:21 +0000 Subject: New release - reporting SSL errors correctly. --- lib/custodian/protocoltest/ssl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/custodian/protocoltest/ssl.rb') diff --git a/lib/custodian/protocoltest/ssl.rb b/lib/custodian/protocoltest/ssl.rb index 4d4ee2f..a604f80 100644 --- a/lib/custodian/protocoltest/ssl.rb +++ b/lib/custodian/protocoltest/ssl.rb @@ -19,7 +19,7 @@ class SSLCheck # This is a helper for console-debugging. def verbose( msg ) - # nop + return(msg) end # @@ -415,8 +415,8 @@ module Custodian puts( "SSL Verification returned no result (timeout?) #{@host}" ) return true else - puts( "SSL certificate check for #{@host} has failed." ) - @error = "SSL certificate check for #{@host} failed: "; + puts( "SSL Verification for #{@host} has failed." ) + @error = "SSL Verification for #{@host} failed: "; @error += s.errors.join("\n") return false end -- cgit v1.2.1