Code: 403 Invalid hostname

if i go to my domain i get this error

Connection lost

The connection to the server is lost, attempting again in 0:07 …

  1. {Error: “Invalid hostname: mydomain.net”, Code: 403}

  2. Code: 403

  3. 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:

image

--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.

1 Like