Honor the ssl option for the web URL

This commit is contained in:
Richard Hansen 2020-07-06 20:20:01 -04:00
parent 7921c53605
commit 03dffae74e
2 changed files with 2 additions and 5 deletions

View file

@ -28,6 +28,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
* Fixed a regression introduced in v3.9.0 that caused
`use=ip,ip=<ipv4-address>` to fail.
* "true" is now accepted as a boolean value.
* The `ssl` option now applies to the `web` URL.
### Compatibility and dependency changes

View file

@ -2166,11 +2166,7 @@ sub get_ip {
$arg = $url;
if ($url) {
$reply = geturl({
proxy => opt('proxy', $h),
url => $url,
ignore_ssl_option => 1,
}) || '';
$reply = geturl({ proxy => opt('proxy', $h), url => $url }) || '';
}
} elsif (($use eq 'cisco')) {