Replies: 1 comment
-
Can anyone help? It seems the agent can't curl the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
Current Behavior
If we use CODER_ACCESS_URL to specify a direct HTTPS access, the coder-apps would always be spinning and never shows up, if we use NginX to reverse proxy HTTPS request to coder-server's HTTP port, and set CODER_ACCESS_URL to the http address, then access the https URL, then apps can be accessed, but health check icon remains a question mark. As long as CODER_ACCESS_URL is a HTTPS URL, we couldn't access coder-apps, no mater we use reverse proxy or not.
Relevant Log Output
Expected Behavior
CODER_ACCESS_URL can be set to a HTTPS URL and all app and management services are available
Steps to Reproduce
Current partially working configs, with question mark on healthz-check
docker-compose.yaml:
NginX config:
Environment
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions