https login via nginx start failing

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
jet11x
Posts: 53
Joined: 29 Dec 2014 21:15

https login via nginx start failing

Post 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?
jet11x
Posts: 53
Joined: 29 Dec 2014 21:15

Re: https login via nginx start failing

Post by jet11x »

I've found a solution which is added the following line:

Code: Select all

proxy_set_header        Authorization "";
in the nginx config
Post Reply