[Bug 191745] dns/ddclient: WARNING: file /var/tmp/ddclient.cache, line 4: Invalid Value for keyword 'ip' = ''
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jul 11 06:32:59 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191745
--- Comment #4 from ohartman at zedat.fu-berlin.de ---
enabling ssl=yes gives me
[...]
DEBUG: get_ip: using if, tun0 reports xxx.xxx.xxx.xxx
DEBUG:
DEBUG: nic_dyndns2_update -------------------
INFO: setting IP address to xxx.xxx.xxx.xxx for all
UPDATE: updating all
DEBUG: proxy =
DEBUG: url =
http://update.twodns.de/nic/update?system=dyndns&hostname=all&myip=xxx.xxx.xxx.xxx&wildcard=ON
DEBUG: server = update.twodns.de
CONNECT: update.twodns.de
CONNECTED: using SSL
SENDING: GET
/nic/update?system=dyndns&hostname=all&myip=xxx.xxx.xxx.xxx&wildcard=ON
HTTP/1.0
SENDING: Host: update.twodns.de
SENDING: Authorization: Basic foobarsomethingkomischesinderzeile
SENDING: User-Agent: ddclient/3.8.2
SENDING: Connection: close
SENDING:
RECEIVE: HTTP/1.1 400 Bad Request
RECEIVE: Server: nginx/1.1.19
RECEIVE: Date: Fri, 11 Jul 2014 06:20:08 GMT
RECEIVE: Content-Type: text/html
RECEIVE: Content-Length: 271
RECEIVE: Connection: close
RECEIVE:
RECEIVE: <html>
RECEIVE: <head><title>400 The plain HTTP request was sent to HTTPS
port</title></head>
RECEIVE: <body bgcolor="white">
RECEIVE: <center><h1>400 Bad Request</h1></center>
RECEIVE: <center>The plain HTTP request was sent to HTTPS port</center>
RECEIVE: <hr><center>nginx/1.1.19</center>
RECEIVE: </body>
RECEIVE: </html>
[...]
and the update dies. Without SSL it works.
Using the specified URL with https:// instead http:// as shown above works fine
manually. The dynamical DNS provider reported no problems on their side, so I
guess the problem might be related to the update of some PERL modules. I try to
check this by reverting the updated perl module as mentioned by
mjl at luckie.org.nz.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list