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
I'm encountering an issue with the configuration.
I tried setting up the address so that my devices can connect using a hostname: vpn.xxx.com
I updated the dockercompose file with:
"WG_EXTERNAL_HOST=https://vpn.xxx.com"
This problem is while I scan the QR code with the wireguard android application, I get this exception:
Unable to import tunnel: Cannot parse endpoint "https://vpn.xxx.com:51820" in Peer's Endpoint: Forbidden characters
Any ideas resolving this issue?
Thanks in advance
The text was updated successfully, but these errors were encountered:
It turns out the documentation isn't right when telling: The external domain for the server (e.g. https://www.mydomain.com)
You should not add https://, just leave www.mydomain.com and it works like a charm
Hello,
I'm encountering an issue with the configuration.
I tried setting up the address so that my devices can connect using a hostname: vpn.xxx.com
I updated the dockercompose file with:
"WG_EXTERNAL_HOST=https://vpn.xxx.com"
This problem is while I scan the QR code with the wireguard android application, I get this exception:
Unable to import tunnel: Cannot parse endpoint "https://vpn.xxx.com:51820" in Peer's Endpoint: Forbidden characters
Any ideas resolving this issue?
Thanks in advance
The text was updated successfully, but these errors were encountered: