password cannot be longer than 72 bytes, truncate manually if necessary
I get the following error when trying to login for sometime now:
[2025-12-01 13:22:43 +0000] [7/Thread-31 (process_request_thread)] [ERROR] Login verification failed for user: 'XXXX' (htpasswd/bcrypt) with error 'password cannot be longer than 72 bytes, truncate manually if necessary (e.g. my_password[:72])'
I found a couple references to similar issues in another project:
https://github.com/mitmproxy/mitmproxy/issues/7908
https://github.com/mitmproxy/mitmproxy/pull/7896
possibly stems from bcrypt changes
关闭于 2025-12-04 2 条评论