summaryrefslogtreecommitdiff
path: root/lib/chef/knife
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2015-12-08 17:02:23 -0700
committertyler-ball <tyleraball@gmail.com>2015-12-09 14:23:54 -0700
commit85d0407a16fa4dfc479d550a96355a6d11f4f551 (patch)
tree5be428017e0883fdcaa19c74308bb73783270071 /lib/chef/knife
parent200c3e5b71ec269efffbfb97e94f1a7aada951af (diff)
downloadchef-85d0407a16fa4dfc479d550a96355a6d11f4f551.tar.gz
Moving the proxy export to environment varibles into Chef::Config
Diffstat (limited to 'lib/chef/knife')
-rw-r--r--lib/chef/knife/ssl_check.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/knife/ssl_check.rb b/lib/chef/knife/ssl_check.rb
index 7b0a808bbb..38b4d81bb3 100644
--- a/lib/chef/knife/ssl_check.rb
+++ b/lib/chef/knife/ssl_check.rb
@@ -127,9 +127,7 @@ class Chef
def verify_cert
ui.msg("Connecting to host #{host}:#{port}")
- ui.msg("TYLER DEBUGGING INFO1")
verify_peer_socket.connect
- ui.msg("TYLER DEBUGGING INFO2")
true
rescue OpenSSL::SSL::SSLError => e
ui.error "The SSL certificate of #{host} could not be verified"