mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Respect check-SSL setting
This commit is contained in:
@@ -76,7 +76,8 @@ else {
|
||||
# Connect to the server
|
||||
my $con = &make_http_connection($s->{'ip'} || $s->{'host'}, $s->{'port'},
|
||||
$s->{'ssl'}, $meth, $path, undef, undef,
|
||||
{ 'host' => $s->{'host'} });
|
||||
{ 'host' => $s->{'host'},
|
||||
'nocheckhost' => !$s->{'checkssl'} });
|
||||
&error($con) if (!ref($con));
|
||||
|
||||
# Send request headers
|
||||
|
||||
Reference in New Issue
Block a user