[Bug 62432] tools: "git error: server certificate verification failed" for git.wikimedia.org on tools-login-eqiad

2014-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62432 Tim Landscheidt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62432] tools: "git error: server certificate verification failed" for git.wikimedia.org on tools-login-eqiad

2014-03-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62432 Matthew Flaschen changed: What|Removed |Added CC||mflasc...@wikimedia.org --- Comment

[Bug 62432] tools: "git error: server certificate verification failed" for git.wikimedia.org on tools-login-eqiad

2014-03-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62432 --- Comment #4 from Tim Landscheidt --- Ran "strace -f", extracted the following list of filenames, and all are identical on tools-{dev,login}-eqiad: | /etc/gai.conf | /etc/gcrypt/fips_enabled | /etc/gitconfig | /etc/gnutls/pkcs11.conf | /etc/

[Bug 62432] tools: "git error: server certificate verification failed" for git.wikimedia.org on tools-login-eqiad

2014-03-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62432 --- Comment #3 from Tim Landscheidt --- No differences in relevant packages: | [tim@passepartout ~]$ for CMD in 'sudo dpkg -l'; do diff <(ssh tools-login.eqiad.wmflabs "$CMD") <(ssh tools-dev.eqiad.wmflabs "$CMD"); done | If you are having a

[Bug 62432] tools: "git error: server certificate verification failed" for git.wikimedia.org on tools-login-eqiad

2014-03-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62432 --- Comment #2 from Tim Landscheidt --- Only difference beneath /etc/ssl is in /etc/ssl/certs/java/cacerts which shouldn't affect git clone: | [tim@passepartout ~]$ for CMD in 'sudo find /etc/ssl -not -type d -print0 | xargs -0r sudo md5sum';

[Bug 62432] tools: "git error: server certificate verification failed" for git.wikimedia.org on tools-login-eqiad

2014-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62432 --- Comment #1 from Tim Landscheidt --- To reproduce: | [tim@passepartout ~]$ for HOST in tools-{dev,login}-eqiad.wmflabs.org; do ssh "$HOST" 'git clone https://git.wikimedia.org/git/pywikibot/compat.git $(mktemp -d)'; done | If you are havin