[Ddclient-forum] [ ddclient-Bugs-3202904 ] dnspark defaults changed
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2011-04-23 07:28:27
|
Bugs item #3202904, was opened at 2011-03-08 06:39 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=3202904&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: service configuration Group: current version Status: Open Resolution: None Priority: 5 Private: No Submitted By: Alain Greppin (agreppin) Assigned to: wimpunk (wimpunk) Summary: dnspark defaults changed Initial Comment: Hello, Since some time, I need to set the server value to server=www.dnspark.net, and ssl=yes. The actual default value in debian/sid/ddclient 3.8.0 is www.dnspark.com. Can you set those as default values for ddclient when using protocol=dnspark please ? About ssl=yes, if this values is not set, the dnspark web server answers with a 302 response saying the that the document has moved to https://(same uri) and this seems not to be handled by ddclient. Thank you, Alain log 1: -------- INFO: setting IP address to xx.xx.xx.xx for rose.xxxxx.ch UPDATE: updating rose.xxxxx.ch CONNECT: www.dnspark.com CONNECTED: using HTTP SENDING: GET /visitors/update.html?hostname=rose.xxxxx.ch&myip=xx.xx.xx.xx HTTP/1.0 SENDING: Host: www.dnspark.com SENDING: Authorization: Basic YWdyZXBwaX47YWxhaW4yNg== SENDING: User-Agent: ddclient/3.8.0 SENDING: Connection: close SENDING: RECEIVE: HTTP/1.0 500 Internal Server Error RECEIVE: Expires: Wed, 09 Mar 2011 11:01:06 GMT RECEIVE: Cache-Control: max-age=86400 RECEIVE: Content-type: text/html RECEIVE: Content-Length: 0 RECEIVE: Connection: close log 2: -------- INFO: setting IP address to xx.xx.xx.xx for rose.xxxxx.ch UPDATE: updating rose.xxxxx.ch CONNECT: www.dnspark.net CONNECTED: using HTTP SENDING: GET /visitors/update.html?hostname=rose.xxxxx.ch&myip=xx.xx.xx.xx HTTP/1.0 SENDING: Host: www.dnspark.net SENDING: Authorization: Basic YWdyZXBwaX47YWxhaW4yNg== SENDING: User-Agent: ddclient/3.8.0 SENDING: Connection: close SENDING: RECEIVE: HTTP/1.1 302 Found RECEIVE: Date: Tue, 08 Mar 2011 11:23:37 GMT RECEIVE: Server: Apache RECEIVE: Location: https://www.dnspark.net/visitors/update.html?hostname=rose.xxxxx.ch&myip=xx.xx.xx.xx RECEIVE: Vary: Accept-Encoding RECEIVE: Content-Length: 276 RECEIVE: Connection: close RECEIVE: Content-Type: text/html; charset=iso-8859-1 RECEIVE: RECEIVE: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> RECEIVE: <html><head> RECEIVE: <title>302 Found</title> RECEIVE: </head><body> RECEIVE: <h1>Found</h1> RECEIVE: <p>The document has moved <a href="https://www.dnspark.net/visitors/update.html?hostname=rose.xxxxx.ch&myip=xx.xx.xx.xx">here</a>.</p> RECEIVE: </body></html> ---------------------------------------------------------------------- Comment By: mikedep333 () Date: 2011-04-23 03:28 Message: The complete revised spec is here: http://www.dnspark.com/support/developers/updateSpecs.php This is a serious bug; without it dnspark won't work at all. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=3202904&group_id=116817 |