Troubleshooting (v2)
Docker provider
- Verify
tsdproxy.enable=true - Check port labels: Port config
- For HTTPS targets:
tsdproxy.port.1: "443/https:443/https" - Self-signed certs: add
no_tlsvalidateoption - Check firewall
- Same Docker network as TSDProxy
- Network issues: use
no_autodetect+ specify port
Lists provider
- Config is case-sensitive: Verify files
- Check file path in
lists:config
Common Errors
TLS certificate errors (self-signed)
Docker: tsdproxy.port.1: "443/https:443/https, no_tlsvalidate"
Lists: Set tlsValidate: false on the port
Network timeout
Firewall fix: sudo ufw allow in from 172.17.0.0/16
Funnel doesn’t work
Enable in ACL, add tailscale_funnel port option.
Proxy stuck “Authenticating”
Verify OAuth credentials or AuthKey. Check logs.
Enabling debug logging
log:
level: tracepprof debug
TSDPROXY_PPROF=true tsdproxyExposes /debug/pprof/ — not for production.
Last updated on