FS#34715 - git ssl routine error

Attached to Project: Arch Linux
Opened by Xara (jahil) - Wednesday, 10 April 2013, 13:41 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 10 April 2013, 14:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: while access https repo with git-1.8.2.1 gives error:1408F10B:SSL routines:SSL3_GET_RECORD

error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number while accessing https://gitweb.torproject.org/obfsproxy.git
fatal: HTTP request failed


Additional info:
* git-1.8.2.1-1


Steps to reproduce:

$ git ls-remote https://gitweb.torproject.org/obfsproxy.git
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Wednesday, 10 April 2013, 14:14 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Appears to be the same issue as  FS#33914 . I can't, however, reproduce it with the Git command.
Comment by Evangelos Foutras (foutrelis) - Wednesday, 10 April 2013, 13:45 GMT
Correct command would be:

$ git ls-remote https://git.torproject.org/obfsproxy.git

And it's working fine for me.
Comment by Xara (jahil) - Wednesday, 10 April 2013, 13:48 GMT
[root@lastexile tmp]# cd
[root@lastexile ~]# git ls-remote https://git.torproject.org/obfsproxy.git
error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number while accessing https://git.torproject.org/obfsproxy.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
[root@lastexile ~]#
Comment by Xara (jahil) - Wednesday, 10 April 2013, 13:51 GMT
Linux lastexile.local 3.8.6-1-ARCH #1 SMP PREEMPT Sat Apr 6 07:27:01 CEST 2013 x86_64 GNU/Linux
[root@lastexile ~]# git --version
git version 1.8.2.1

OpenSSL> version
OpenSSL 1.0.1e 11 Feb 2013
OpenSSL>
Comment by Evangelos Foutras (foutrelis) - Wednesday, 10 April 2013, 13:54 GMT
Please post the output of 'pacman -Qi openssl'.
Comment by Xara (jahil) - Wednesday, 10 April 2013, 13:56 GMT
[root@lastexile ~]# pacman -Qi openssl
Name : openssl
Version : 1.0.1.e-3
Description : The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
Architecture : x86_64
URL : https://www.openssl.org
Licenses : custom:BSD
Groups : None
Provides : None
Depends On : perl
Optional Deps : ca-certificates [installed]
Required By : ca-certificates curl git heirloom-mailx iputils ldns libarchive libsasl libssh2 openssh python2
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 11648.00 KiB
Packager : Pierre Schmitz <pierre@archlinux.de>
Build Date : Sun Feb 17 16:46:19 2013
Install Date : Wed Apr 10 15:23:29 2013
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
Comment by Xara (jahil) - Wednesday, 10 April 2013, 14:02 GMT
Same issue on ARM Architecture:

➜ ~ uname -a
Linux rpi 3.6.11-8-ARCH+ #1 PREEMPT Sat Mar 9 00:38:58 UTC 2013 armv6l GNU/Linux
➜ ~ pacman -Qi openssl
Name : openssl
Version : 1.0.1.e-3
URL : https://www.openssl.org
Licenses : custom:BSD
Groups : None
Provides : None
Depends On : perl
Optional Deps : ca-certificates
Required By : ca-certificates curl dnsutils encfs git heirloom-mailx iputils ldns libarchive libevent libfetch libsasl libssh2 links nmap openntpd openssh python2 rtmpdump ruby syslog-ng tcpdump tor vpnc wget wpa_supplicant
Conflicts With : None
Replaces : None
Installed Size : 9316.00 KiB
Packager : Kevin Mihelich <kevin@archlinuxarm.org>
Architecture : armv6h
Build Date : Mon 18 Feb 2013 10:42:55 AM GST
Install Date : Sun 24 Mar 2013 05:32:03 PM GST
Install Reason : Explicitly installed
Install Script : No
Description : The Open Source toolkit for Secure Sockets Layer and Transport Layer Security

➜ ~ git ls-remote https://git.torproject.org/obfsproxy.git
error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number while accessing https://git.torproject.org/obfsproxy.git/info/refs?service=git-upload-pack
fatal: HTTP request failed

Loading...