Page 1 of 1

https login via nginx start failing

Posted: 21 Dec 2019 19:53
by jet11x
I've had secure https login via nginx as a reverse proxy for some time, but some time ago it stopped working.
Taking a closer look at it, I'm getting an error:
SmartHome UI - ERROR
User not found. Please check your login or password.

I'm not sure why it would differently to local use. I can't find a log that shows the problem.
Any suggestions?

Re: https login via nginx start failing

Posted: 22 Dec 2019 16:42
by jet11x
I've found a solution which is added the following line:

Code: Select all

proxy_set_header        Authorization "";
in the nginx config