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 have a AGH instance ( v0.107.36) running in Podman and I want to use Doh behind my Traefik reverse proxy, I cannot seem to get it working. Since Traefik is terminating HTTPS I changed allow_unencrypted_doh into true. When I configure my browser to use my AGH server I get these entries in my log file:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a AGH instance ( v0.107.36) running in Podman and I want to use Doh behind my Traefik reverse proxy, I cannot seem to get it working. Since Traefik is terminating HTTPS I changed allow_unencrypted_doh into true. When I configure my browser to use my AGH server I get these entries in my log file:
2023/08/08 20:12:48.498201 1#83 [debug] handling tcp: reading msg: connection timed out; original error: reading msg: read tcp 192.168.60.250:5353->192.168.60.250:50604: i/o timeout
2023/08/08 20:12:48.498926 1#84 [debug] dnsproxy: handling new tcp request from 192.168.60.250:37382
2023/08/08 20:12:58.499125 1#84 [debug] handling tcp: reading msg: connection timed out; original error: reading msg: read tcp 192.168.60.250:5353->192.168.60.250:37382: i/o timeout
2023/08/08 20:13:03.514120 1#86 [debug] dnsproxy: handling new tcp request from 192.168.60.250:54744
2023/08/08 20:13:03.514160 1#85 [debug] dnsproxy: handling new tcp request from 192.168.60.250:54734
2023/08/08 20:13:13.514709 1#85 [debug] handling tcp: reading msg: connection timed out; original error: reading msg: read tcp 192.168.60.250:5353->192.168.60.250:54734: i/o timeout
2023/08/08 20:13:13.514721 1#86 [debug] handling tcp: reading msg: connection timed out; original error: reading len: read tcp 192.168.60.250:5353->192.168.60.250:54744: i/o timeout
2023/08/08 20:13:13.515252 1#67 [debug] dnsproxy: handling new tcp request from 192.168.60.250:56620
2023/08/08 20:13:23.515397 1#67 [debug] handling tcp: reading msg: connection timed out; original error: reading msg: read tcp 192.168.60.250:5353->192.168.60.250:56620: i/o timeout
2023/08/08 20:14:08.762552 1#28 [debug] dnsproxy: handling new tcp request from 192.168.60.250:53972
2023/08/08 20:14:18.762758 1#28 [debug] handling tcp: reading msg: connection timed out; original error: reading msg: read tcp 192.168.60.250:5353->192.168.60.250:53972: i/o timeout
2023/08/08 20:14:18.763448 1#29 [debug] dnsproxy: handling new tcp request from 192.168.60.250:60946
2023/08/08 20:14:28.763546 1#29 [debug] handling tcp: reading msg: connection timed out; original error: reading msg: read tcp 192.168.60.250:5353->192.168.60.250:60946: i/o timeout
Anybody knows how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions