Re: HAProxy thinks Plex is down when it's not

2022-02-20 Thread Shawn Heisey
On 2/19/2022 9:46 AM, Moutasem Al Khnaifes wrote: I use HAProxy to get access to NextCloud and Plex from outside the network. but for some reason HAProxy thinks that Plex is down, and the status page is inaccessible Here's my plex backend which has not failed me yet. Currently running haprox

Re: HAProxy thinks Plex is down when it's not

2022-02-19 Thread Lukas Tribus
Hello, On Sat, 19 Feb 2022 at 17:46, Moutasem Al Khnaifes wrote: > but for some reason HAProxy thinks that Plex is down John already explained this perfectly. > the status page is inaccessible Your configuration is: > listen stats > bind localhost:1936 [...] > stats uri /

Re: HAProxy thinks Plex is down when it's not

2022-02-19 Thread John Lauro
Here is your answer: Layer7 wrong status, code: 401, info: "Unauthorized" Your health check is not providing the required credentials and failing. You can either fix that, or as you only have one backend, you might want to remove the check as it's not gaining you little with only one backend. On

HAProxy thinks Plex is down when it's not

2022-02-19 Thread Moutasem Al Khnaifes
### Detailed Description of the Problem I use HAProxy to get access to NextCloud and Plex from outside the network. but for some reason HAProxy thinks that Plex is down, and the status page is inaccessible ### Expected Behavior going to nextcloud.domain.com and plex.domain.com should redirect m