if i go to my domain i get this error
Connection lost
The connection to the server is lost, attempting again in 0:07 …
-
{Error: “Invalid hostname: mydomain.net”, Code: 403}
-
Code: 403
-
Error: “Invalid hostname: mydomain.net”
if i go to my domain i get this error
Connection lost
The connection to the server is lost, attempting again in 0:07 …
{Error: “Invalid hostname: mydomain.net”, Code: 403}
Code: 403
Error: “Invalid hostname: mydomain.net”
Welcome to the forum @xbymilow
When you set up Duplicati for access on external interfaces, you likely set up one of these:
--webservice-interface: The interface the webserver listens on. The special values "*" and "any" means any interface. The special value "loopback" means the loopback adapter.
Unless you want to access your Duplicati by IP address, also say what hostname you’ll use.
--webservice-allowed-hostnames: The hostnames that are accepted, separated with semicolons. If any of the hostnames are "*", all hostnames are allowed and the hostname checking is disabled.