Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 17, 2022
1 parent 6b61476 commit dbd8531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HariSekhon/ClouderaManager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package HariSekhon::ClouderaManager;

$VERSION = "0.6.1";
$VERSION = "0.6.2";

use strict;
use warnings;
Expand Down Expand Up @@ -155,7 +155,7 @@ sub cm_query(;$) {
my $no_items;
$tls = 1 if(defined($ssl_ca_path) or defined($tls_noverify));
if(defined($tls_noverify)){
$ua->ssl_opts( verify_hostname => 0 );
$ua->ssl_opts( SSL_verify_mode => 0, verify_hostname => 0 );
$tls = 1;
}
if(defined($ssl_ca_path)){
Expand Down

0 comments on commit dbd8531

Please sign in to comment.