Page 1 of 1

curl installation link does not work. ssl problems?

Posted: Sunday 10 February 2019 17:48
by haajee
Hi all,

I have installed domoticz a lot of time on my Orange Pi and it works always great with the command

Code: Select all

sudo curl -sSL install.domoticz.com | sudo bash
'

But now i get the following error:

Code: Select all

me@orangepi:~$ sudo curl -sSL install.domoticz.com | sudo bash
bash: line 1: syntax error near unexpected token `newline'
bash: line 1: `<!DOCTYPE html>'
This looks me a fault on the domoticz server or something? Who could help me?

Re: curl installation link does not work. ssl problems?

Posted: Sunday 10 February 2019 18:19
by haajee
Solved! Problem was by myself. I have last yesterday a new ISP and also IPv6 is enabled. I think that by curl he starts a request over IPv6 wat results in a 404 error page or something. I disabled IPv6 in the modem and enabled DHCP again. Then it works like a charm!

Re: curl installation link does not work. ssl problems?

Posted: Tuesday 19 February 2019 13:23
by Bouffie
Thanks man, would have never found out on my own! :)