Skip to content

Commit

Permalink
Merge pull request #11 from TheLastProject/patch-1
Browse files Browse the repository at this point in the history
Fix no_validate
  • Loading branch information
lbetz authored Oct 30, 2018
2 parents 88ce500 + 2d17d1a commit b87594e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check_apache_status.pl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@

if (defined($options->no_validate)) {
$ua->ssl_opts ( verify_hostname => 0 );
$ua->ssl_opts ( SSL_verify_mode => 0 );
}

if (defined($options->ssl)) {
Expand Down

0 comments on commit b87594e

Please sign in to comment.