In the last few days i'm unable to connect to my domoticz instance via the paid android app. Apparently im no longer allowed to used basic auth and need to use the logon page. this is an issue for my current set up
Code: Select all
<Location /domoticz/json.htm>
AuthType Basic
AuthName "Basic auth"
AuthBasicProvider file
AuthUserFile "/var/www/shared/psswd/passwords"
Require valid-user
</Location>
ProxyPass /domoticz/json.htm https://domoticz/json.htm
proxyPassReverse /domoticz/json.htm https://domoticz/json.htm