WRITE HERE
Pretty frustrating, needing to print some things and cannot login to push the jobs, looking at the journalctl evrything appears to start properly but not able to logon now, thinking of downgrading back to 1.8.1 since it was working there, not sure what broke but maybe the argon stuff.
Looks like HAproxy issue which I forgot that I was even using. This is a manual install following the guide, had been working fine until upgraded to 1.8.4.
Here is my install information:
pip -V
pip 21.1.2 from /home/bishop/OctoPrint/venv/lib/python3.7/site-packages/pip (python 3.7)
(venv) bishop@3dpi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="RaspbianForums - Raspbian"
BUG_REPORT_URL="RaspbianBugs - Raspbian"
Here is what fixed it for me updating HAproxy.cfg and including the following:
option forwardfor
http-request set-header X-Real-IP %[src]
http-request set-header X-Forwarded-Proto https if { ssl_fc }
I assume other manual installs using HAproxy will stop working until the HAproxy configuration has been updated.
Thanks for the reply but maybe I am missing something but on a manual install following the user guide (been operational for sometime) upgrading to 1.8.3-4 broke the standard HAproxy configuration. based on the guide that you have listed there is what I had and it did not work, I saw in one of the many web password threads that unless I added these following lines:
either one of those added to the HAproxy.cfg and it worked again, so something changed in operation when I upgraded and it broke HAproxy. It's been so long since I set things up I had forgotten that I even was using HAproxy. This was a manual install and it works fines and has updated everytime but this latest time, just wish there had been some notification about updating your HAproxy.cfg to fix correct the logon issue. But it is working now but I assume there will be others when they upgrade that will brake them...