Every time my stats page refreshed, my browser signs me out. I’m not really sure why that is happening. I remember very clearly that it didn’t use to happen like that earlier. Below is a snippet from my configuration with some sensitive information chalked out:
Yes indeed. According to my testing it is happening with Chromium based browsers such as Google Chrome and the latest Microsoft Edge as well. The behavior is the same whether I do in in a regular windows with addons/extensions or in incognito without any. And it works perfectly fine in let’s say Mozilla Firefox.
I am not much aware about how to make of the packets that I’ve captured now. Would you be able to help? My URL resolves (A record) to an ip.addr == 139.162.49.55 (Wireshark Filter) which is attached below:
The request, in the same connection stops sending authentication data (first request has it, second request 12 seconds later in the same connection does not). The problem is with the request arriving at haproxy, there is nothing that can be done with haproxy if the authentication data is not there.
You have an additional proxy between the browser and haproxy. Try connecting without the proxy, maybe it’s the proxy stripping data.
Also your admin credentials are now exposed in cleartext on the Internet, I suggest you change them immediately.
Basically what I’ve done is that I’ve setup a front end on the default HTTPS port along with an ACL to do a path match to “/monitor” and sending that request to a backend server at 127.0.0.1:8404 (which is where the stats server is listening)