From a84ddcac6da4dd55fcab7ac0bc0d0714fc800543 Mon Sep 17 00:00:00 2001 From: Manasa K rao Date: Thu, 25 May 2017 11:02:34 +0530 Subject: [PATCH] Summary: Changed the configuration parameter from ssl_verify to verify_ssl Description: In commit "Naming env refactoring: from SSL_VERIFY to VERIFY_SSL" done on Oct 25 2016, the configuration parameter was changed. This was not reflected in the example/simple.rb. This commit is done to fix the same, --- example/simple.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/simple.rb b/example/simple.rb index 86a4a05aea..7db4fdfe06 100644 --- a/example/simple.rb +++ b/example/simple.rb @@ -5,7 +5,7 @@ :password => '', :host => '', :auth_type => '', - :ssl_verify => '' + :verify_ssl => '' ) # virtual_appliance = XClarityClient::VirtualApplianceManagement.new(conf)