You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
Hi,
I've encountered various issues with HTTP 401 leading to a failed authentication and thus stopped synchronisation.
Cause: A URI/filename with a "+" character causes the HMAC256 to fail verification of the server_uri.
Fix: rawurlencode does not convert the "+" sign to a space and the hashes match.
The issue was traced and fixed for us by changing
plugins/authfront.keystore/KeystoreAuthFrontend.php
array_map
urlencode -> rawurlencodeBest
MR
The text was updated successfully, but these errors were encountered: