Replies: 1 comment
-
I tested using Brave and services work fine, however, no success using Opera. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a confusing problem: redirects to my services only work when using Firefox, or the dedicated Android apps (in LAN, WLAN and WAN, so the network/firewall configuration can be considered correct). I can't connect with Chrome or Edge, I get a 504 error.
I've purged the caches, including HSTS.
The services are set up as follows:
Error log shows :
2021/12/07 21:40:31 [error] 13228#13228: *114081 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.2, server: service.domain.org, request: "GET / HTTP/2.0", upstream: "http://192.168.1.20:80/", host: "service.domain.org"
Access log shows :
[07/Dec/2021:21:39:40 +0000] - - 499 - GET https service.domain.org "/" [Client 192.168.1.2] [Length 0] [Gzip -] [Sent-to 192.168.1.20] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.43" "-" [07/Dec/2021:21:40:31 +0000] - 502 502 - GET https service.domain.org "/" [Client 192.168.1.2] [Length 556] [Gzip -] [Sent-to 192.168.1.20] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.43" "-" [07/Dec/2021:21:41:23 +0000] - 502 502 - GET https service.domain.org "/favicon.ico" [Client 192.168.1.2] [Length 556] [Gzip -] [Sent-to 192.168.1.20] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.43" "https://service.domain.org/"
Where to start investigating?
Beta Was this translation helpful? Give feedback.
All reactions