zoneedit seems to require https now
Brought to you by:
supersandro2000,
wimpunk
zoneedit doesn't seem to work with http recently. I changed ddclient 3.8.2 to use https and all is well.
*** ddclient.orig Mon Apr 28 23:31:26 2014
--- ddclient Mon Apr 28 22:53:26 2014
***************
*** 2974,2980 ****
verbose("UPDATE:","updating %s", $hosts);
my $url = '';
! $url .= "http://$config{$h}{'server'}/auth/dynamic.html";
$url .= "?host=$hosts";
$url .= "&dnsto=$ip" if $ip;
$url .= "&zone=$config{$h}{'zone'}" if defined $config{$h}{'zone'};
--- 2974,2980 ----
verbose("UPDATE:","updating %s", $hosts);
my $url = '';
! $url .= "https://$config{$h}{'server'}/auth/dynamic.html";
$url .= "?host=$hosts";
$url .= "&dnsto=$ip" if $ip;
$url .= "&zone=$config{$h}{'zone'}" if defined $config{$h}{'zone'};
Experienced what sounds like it may have been the same problem, but fixed it simply by setting ssl=no in ddclient.conf
Last edit: Dino 2014-10-08