Comment 28 for bug 116066

Revision history for this message
PhobosK (phobosk) wrote :

I have fully updated Gutsy and i can confirm that ddclient doesn't work with ssl (if ssl=no then everything is ok)

ddclient - 3.7.3-2ubuntu1

The config is:
pid=/var/run/ddclient.pid
ssl=yes
wildcard=yes
daemon=900
syslog=yes
use=web, web=checkip.dyndns.org/, web-skip='IP Address'
server=members.dyndns.org
protocol=dyndns2
login=username
password='password'
domain.name.on.dyndns

The error is:
CONNECT: members.dyndns.org
WARNING: cannot connect to members.dyndns.org:443 socket: IO::Socket::SSL: Timeout IO::Socket::INET configuration failederror:00000000:lib(0):func(0):reason(0)
FAILED: updating domain.name.on.dyndns: Could not connect to members.dyndns.org.

I tried to replace the IO::Socket::SSL/NET with the current one from CPAN (deinstalled all from apt) but that didn't help too.
No firewall is running.

Why this happens and who should be addressed for this issue to be fixed?