Hi Michael,

Our service supports https, and we tried to use that version first.
However, none of the other providers in that file are using https.

After some investigation, we found that the busybox wget that ships by
default doesn't have SSL support. This can be fixed by "opkg install
wget", but we can't rely on every OpenWrt user doing that.

I'd be willing to look into making some changes to the Dynamic DNS
script to check for SSL support and use an appropriate URL if one is found?

Kind Regards,

Liam.

On 12/04/14 09:18, Michael Büsch wrote:
> On Sat, 12 Apr 2014 08:48:24 +0100
> Liam Fraser <l...@mythic-beasts.com> wrote:
> 
>>  # Winco DDNS
>>  "ddns.com.br"       
>> "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]";
>> +
>> +# Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS
>> +"mythic-beasts.com" 
>> "http://dnsapi4.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20A%20DYNAMIC_IP";
> 
> 
> Doesn't this support https?
> Sending username and password over http seems dangerous.
> 
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to