I have a weird issue.
I setup nzbdrone exactly the same like couchpotato and sab behind apache ssl with authentication on apache:
Now when I try to access nzbdrone first I get a login, then I get a empty grey page with a login I can’t get through.
But this happens only with Chrome (I confirmed its the same in safe mode).
With IE 10 it’s all fine.
If I disable the login requirement in the apache config Chrome works.
Here is the apache log, first with IE working, second Chrome broken.
http://pastie.org/pastes/8660964/text?key=jvsxnvmyq0dldaxa9zk4a
The apache config:
<Location /nzbd>
Order deny,allow
Allow from all
AuthType Basic
AuthName "blafasel"
AuthUserFile conf/.htpasswd
require user user
ProxyPass http://localhost:8989/nzbd
ProxyPassReverse http://localhost:8989/nzbd
</Location>
Really hope someone understands the issue and can help, I’d really like to authenticate on the apache.