Apache2,基本/摘要身份验证提供密码不匹配

时间:2018-01-05 22:09:53

标签: git apache authentication apache2 ubuntu-16.04

我在我的Ubuntu 16.04服务器上配置了git over https(apache2.4.18)。有可能git clone和git push origin master。这工作正常。我现在只在apache日志记录中遇到令人讨厌的错误行。我已经在Apache 2.4 "..authentication failure..:Password Mismatch"中尝试了昵称-m的答案 但这似乎不适用于我的设置。

使用基本身份验证

[Fri Jan 05 22:30:36.005096 2018] [auth_basic:error] [pid 26528] [client xx.yy.zz.127:47840] AH01617: user blabla: authentication failure for "/git/test12/info/refs": Password Mismatch

使用摘要式身份验证

[Fri Jan 05 22:20:24.908593 2018] [auth_digest:error] [pid 25748] [client xx.yy.zz.127:47528] AH01794: user blabla: password mismatch: /git/test12/info/refs

似乎有更多人在努力应对这种奇怪的htpasswd / htdigest apache2行为。现在我的git命令正在运行,但我不喜欢日志记录中的错误消息:)也许某人外面还有另一个建议。对于某些项目,我使用git over ssh,但是从某些地方我喜欢使用https变体。

Gerrit clone using http behind a apache2

Git over HTTP generates authentication failure in Apache error_log

0 个答案:

没有答案