Proxy on Cloudflare must be enabled when accessing IPV6 only server
I get the browser error message, that the browser couldn't create a secure connection. But only when port forwarding, the coder interface and even code-server works fine.
1. I have set up my coder oss instance on linux. It runs as a service.
2. Setup the cloudflare DNS entries for my domain "coder" and "*.coder" to point to my ipv6 endpoint, since i don't have a public IPV4 address. This works all great, and the web interface is also accessible. code-server instances can be accessed. The Cloudflare endpoint points to my nginx proxy manager, this works all great, also other domains work. Nginx proxy manager points to the http endpoint of the coder osss
Cloudflare DNS:
- .coder -> nginx proxy manager, (proxy disabled)
- coder -> nginx proxy manager, (proxy disabled)
Cloudflare SSL:
- Mode: flexible
- redirect to https: true
- hsts: deactivated
Coder ENV File:
CODER_ACCESS_URL=https://coder.domain.com
CODER_HTTP_ADDRESS=0.0.0.0:80
CODER_WILDCARD_ACCESS_URL=.coder.domain.com
CODER_ADDRESS=
CODER_PG_CONNECTION_URL=
CODER_TLS_CERT_FILE=
CODER_TLS_ENABLE=
CODER_TLS_KEY_FILE=
CODER_TRACE_LOGS=true
Nginx Proxy Manager:
*.coder.domain.com, coder.domain.com points to http://ip:80
- SSL is set to .domain.com (.domain.com certificate has DNS edit all zones access in cloudflare)
- force ssl: disabled
- http/2 disabled
- hsts disabled
- Websocket support enabled
Thanks for the help
