Have been using past versions without problems. Ever since updating to X6, I am no longer able to access the web admin using the same and untouched nginx reverse proxy. Every requests only ends with a 502 error. The logs that I get from Axigen aren’t any helpful either:
2024-12-10 14:39:36 +0000 08 f3d75804b6b6 WEBADMIN:00000410: [172.16.96.3:9000] connection accepted from [172.16.96.2:56718]
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000410: << GET / HTTP/1.1
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000410: << Host: axigen.xxxxx.com
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000410: << X-Forwarded-Scheme: https
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000410: << X-Forwarded-Proto: https
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000410: << X-Forwarded-For: xxx.xxx.103.1, 172.70.247.110
2024-12-10 14:39:36 +0000 08 f3d75804b6b6 WEBADMIN:00000410: connection closed with [172.16.96.2:56718]
2024-12-10 14:39:36 +0000 08 f3d75804b6b6 WEBADMIN:00000412: [172.16.96.3:9000] connection accepted from [172.16.96.2:56734]
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000412: << GET /favicon.ico HTTP/1.1
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000412: << Host: axigen.xxxxx.com
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000412: << X-Forwarded-Scheme: https
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000412: << X-Forwarded-Proto: https
2024-12-10 14:39:36 +0000 16 f3d75804b6b6 WEBADMIN:00000412: << X-Forwarded-For: xxx.xxx.103.1, 172.68.195.168
2024-12-10 14:39:36 +0000 08 f3d75804b6b6 WEBADMIN:00000412: connection closed with [172.16.96.2:56734]
And according to the Nginx’ error logs, Axigen closes the connection early for whatever reason:
2024/12/10 14:41:33 [error] 23240#23240: *19131 upstream prematurely closed connection while reading response header from upstream, client: 172.68.195.169, server: axigen.xxxxx.com request: "GET /favicon.ico HTTP/2.0", upstream: "http://172.16.96.3:9000/favicon.ico", host: "axigen.xxxxx.com", referrer: "https://axigen.xxxxx.com/"
Tried a wide variety of configurations, of which none helped. Disabled all the security in Axigen’s WebAdmin configs, and none helped. Its output level is set to max, unfortunately Aixgen’s logs still aren’t any help.
Web mail functions perfectly fine, although it’s using the exact same nginx settings