Skip to content

ddclient: Protocol is used twice on query #5097

@Hunv

Description

@Hunv

Important notices
Before you add a new report, we ask you kindly to acknowledge the following:

Describe the bug
After changing to another Dynamic DNS provider (dnshome.de), I tried to configure the new one.
I configured the following parameters:
Service: Custom
Protocol: Custom PUT
Server: https://www.dnshome.de/dyndns.php?ip=__MYIP__
Username:
Password:
Hostnames:
Check IP method: Interface
Interface to monitor: My Internet Gateway Interface
Force SSL: true

After that didn't work, I checked to logs. I see the following line in the Logs:
SENDING: url="https://https://www.dnshome.de/dyndns.php?ip=__myip__/nic/update?system=dyndns&hostname=<my domain>&myip=<my internet IP>"
As <my internet IP> shows my real IP, that is working, but what confuses me is the https://https:// at the beginning. The next log line is: WARNING: CURL error (6) Couldn't resolve host. The given remote host was not resolved.. And that also seems to be because of the double-https:// at the beginning.

I tried to remote the "https://" from the Server-Field, but then I cannot save as it states, that I need to put a valid Address in the field.
I also tried disabling the "Force SSL" option, but the issue stays almost the same. Only the first https:// changes to http://.

I think I am not doing anything wrong, so I think this is a bug.

Environment
OPNsense 25.7.10-amd64
os-ddclient 1.28

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions