syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
396 stars 40 forks source link

two devices in same local network, certificate problem? #556

Closed SebastGG closed 3 years ago

SebastGG commented 3 years ago

Hello,

i have problems with getting certificate for my second device. I activated my second device an did the port mapping manually. At www.syncloud.it both devices are present.

image image

Does anyone know how to solve this?

cyberb commented 3 years ago

This known limitation of Let's Encrypt domain ownership validation process using http protocol. HTTP mode expects them to be able to connect to your domain strictly by port 80. Because of that you cannot validate more than one device at a time. As you know you cannot have two devices behind router be on the same port.

As a workaround, can you map port 80 temporary to your second device, wait for certificate renewal and than map it back to the first one.

We are slowly moving towards DNS validation mode, which will fix that problem (https://github.com/syncloud/platform/issues/461)

SebastGG commented 3 years ago

allright, i've already thought something like this. Thanks