Skip to content
Discussion options

You must be logged in to vote

Hello @ghbevans,

It looks like the issue comes from the DEFGUARD_PROXY_URL configuration in your Core .env file.

Currently, you have it set to:
DEFGUARD_PROXY_URL=https://defguard.thegollum.net/enroll

However, the communication between Core and Proxy relies on gRPC. This variable must point to the internal gRPC endpoint of your Proxy service, not your public domain or public reverse proxy URL.

You should use the internal IP address (or Docker service name / local hostname) of the Proxy server along with its gRPC port. By default, the Proxy runs its gRPC service on port 50051.

For example, based on the IP from your config, it should look something like this:
DEFGUARD_PROXY_URL=http://192.1…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jakub-tldr
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants