delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/09/21/06:32:37

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type:content-transfer-encoding;
q=dns; s=default; b=Lc95wuTRytQslNEHH9acWfBWh796bM0s9nhIMBGcpX8
+UKq0Q75G2kpnBlVFQn+h5YYhTbqT01STHsCv2yTkX69/SSQv0fDHbEsisupZu4P
DzyPepRhq++zFAtMDtNEH+kVq3FZwwa18ZVdeZXdRWQ32QqJe5aaOW6PMIknSiCk
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type:content-transfer-encoding;
s=default; bh=fr9Nog9C4TPIqKOznUQNZAJVdXE=; b=jRt06bw4MfnmnYmh1
OkZ6TD2npY6bmyjbEoNO+QHdrW/p9fCghEpnnimhRnfBL4onhiO4bUc/Jigxrh/L
FCZY+A9ySfm4F+rA96t4b6J2d0JDe8b6/+En0yXLjC+tL3UK/TvFlyFQpq4tFaTM
KpqlAZokPivlU6yB54Aol0XaK0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-io0-f175.google.com
X-Received: by 10.107.8.212 with SMTP id h81mr24264965ioi.89.1442831538605; Mon, 21 Sep 2015 03:32:18 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <1215374396.20150921131406@yandex.ru>
References: <CAFkLm6xW=5uUP+CRrmUontqPzqAZ+r4WdwjVAhP+XTvs53JmFQ AT mail DOT gmail DOT com> <1215374396 DOT 20150921131406 AT yandex DOT ru>
From: Lukasz Pielak <pielak AT gmail DOT com>
Date: Mon, 21 Sep 2015 12:31:59 +0200
Message-ID: <CAFkLm6yeiLmqZRKXq7cmsj4xFYr1ic=G6RKLq25nmdDu2zxmcw@mail.gmail.com>
Subject: Re: Https proxy auth issue with git in cygwin 2.2.1
To: cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8LAWXSx008504

Hi Andrey

thanks for your reply. What exactly do you mean by 'update your
Cygwin'?. I'm running the latest Cygwin x86 2.2.1 with curl curl
7.43.0.

 curl --version
curl 7.43.0 (i686-pc-cygwin) libcurl/7.43.0 OpenSSL/1.0.2d zlib/1.2.8
libidn/1.29 libssh2/1.5.0
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps
pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: Debug IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM
NTLM_WB SSL libz TLS-SRP UnixSockets Metalink

Thanks
Lukasz

On 21 September 2015 at 12:14, Andrey Repin <anrdaemon AT yandex DOT ru> wrote:
> Greetings, Lukasz Pielak!
>
>> In the latest Cygwin 2.2.1. git doesn’t work with proxy authentication.
>> The git version is 2.5.1 and the curl version is 7.43.
>> The error prints fatal: unable to access
>> 'https://github.com/mockito/mockito.git/': Unknown SSL protocol error
>> in connection to github.com:443
>
> $ curl --version; curl -siIH "Host: github.com" https://github.com/mockito/mockito.git/
> curl 7.43.0 (x86_64-unknown-cygwin) libcurl/7.43.0 OpenSSL/1.0.2d zlib/1.2.8 libidn/1.29 libssh2/1.5.0
> Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
> Features: Debug IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets Metalink
> HTTP/1.1 301 Moved Permanently
> Server: GitHub.com
> Date: Mon, 21 Sep 2015 10:07:26 GMT
> Content-Type: text/html
> Content-Length: 178
> Location: https://github.com/mockito/mockito/
> Vary: Accept-Encoding
> X-Served-By: a568c03544f42dddf712bab3bfd562fd
> $ git ls-remote https://github.com/mockito/mockito.git
> a821f7b0ec47f3214bf6f0361df5deb211fa2214        HEAD
> 6e8ab32df8b3c85cdcdc77b4348a57e15227f76c        refs/heads/gh-pages
> a821f7b0ec47f3214bf6f0361df5deb211fa2214        refs/heads/master
> 64ed9c5ec562851d109baa700fa075ffde3662cd        refs/heads/release
> 63af88de0f9d8c5233db2996241f8ad3fae3d47d        refs/heads/sf-spy-hack
> 29b082b4b789e0e166d898f70de8e8338a6139d1        refs/heads/travis_oracle_jdk8
> 13c7321d5e719a802b52cf9d825ccf27dc7e015e        refs/pull/10/head
> ...
>
> Sooo, how about "update your Cygwin" ?
>
>
> --
> With best regards,
> Andrey Repin
> Monday, September 21, 2015 13:07:33
>
> Sorry for my terrible english...

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019