You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example postgres=# CREATE USER defgaurd WITH SUPERUSER PASSWORD 'defguad'; instead of postgres=# CREATE USER defguard WITH SUPERUSER PASSWORD 'defguard';
Then it says configure /etc/defguard/gateway.toml but next it's telling to create a new file Create config.toml file and swap
And why port is 444 ? DEFGUARD_PROXY_URL=https://enroll.defguard.net:444
And now I'm blocked because defguard tells me ERROR defguard::grpc: Failed to connect to proxy, retrying in 10s even if I've set the correct https link (I'm using traefik) DEFGUARD_PROXY_URL=https://enroll.mylink. (I can access the url on my browser)
When I try to add a new device, the Defguard Instance URL is set to http://localhost:8080, that's surely not the correct URL when trying to connect to the VPN, but where to change it ? One last question is, can we use defguard even if we do not have a "public" domain name but use a fixed IP ? Because the domain is only on local
Thank you
The text was updated successfully, but these errors were encountered:
Hey,
I tried to follow the documentation for the Standalone package based installation (https://defguard.gitbook.io/defguard/admin-and-features/setting-up-your-instance/standalone-package-based-installation) but there are several typo errors that might be confusing when trying to deploy.
For example
postgres=# CREATE USER defgaurd WITH SUPERUSER PASSWORD 'defguad';
instead ofpostgres=# CREATE USER defguard WITH SUPERUSER PASSWORD 'defguard';
Then it says
configure /etc/defguard/gateway.toml
but next it's telling to create a new fileCreate config.toml file and swap
And why port is 444 ?
DEFGUARD_PROXY_URL=https://enroll.defguard.net:444
And now I'm blocked because defguard tells me
ERROR defguard::grpc: Failed to connect to proxy, retrying in 10s
even if I've set the correct https link (I'm using traefik)DEFGUARD_PROXY_URL=https://enroll.mylink
. (I can access the url on my browser)When I try to add a new device, the Defguard Instance URL is set to http://localhost:8080, that's surely not the correct URL when trying to connect to the VPN, but where to change it ? One last question is, can we use defguard even if we do not have a "public" domain name but use a fixed IP ? Because the domain is only on local
Thank you
The text was updated successfully, but these errors were encountered: