Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread chenhyde628


在 2016年9月2日星期五 UTC+8上午9:16:56,chenh...@gmail.com写道:
>
> What i do is following the  git protocol. But you know i am in China. Some 
> webs are limited. I do not know if my old host change have problem here.
>
> 在 2016年9月2日星期五 UTC+8上午8:49:56,Mark Waite写道:
>>
>> Since it is a public repository, you may be able to clone it with git 
>> protocol
>>
>> $ git clone git://github.com/schacon/simplegit-progit
>>
>> Mark Waite
>>
>> On Thursday, September 1, 2016 at 2:12:25 PM UTC-6, Konstantin Khomoutov 
>> wrote:
>>>
>>> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
>>> chenh...@gmail.com wrote: 
>>>
>>> > my try is here: 
>>> > $ export GIT_CURL_VERBOSE=1 
>>> > 
>>> > $ git clone https://github.com/schacon/simplegit-progit 
>>> > 
>>> > Cloning into 'simplegit-progit'... 
>>> > 
>>> > * Couldn't find host github.com in the .netrc file; using defaults 
>>> > 
>>> > *   Trying 192.30.252.129... 
>>> > 
>>> > * Connected to github.com (192.30.252.129) port 443 (#0) 
>>> > 
>>> > * Server aborted the SSL handshake 
>>> > 
>>> > * Closing connection 0 
>>> > 
>>> > fatal: unable to access 
>>> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
>>> > SSL handshak 
>>>
>>> No idea then. 
>>>
>>> There are several areas to explore but the fastest is supposedly to use 
>>> some king of local HTTP proxy which will take care of TLS connection 
>>> establishment. 
>>>
>>> You might also want to reach for the main Git list [1]. 
>>>
>>> 1. https://gist.github.com/tfnico/4441562 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread chenhyde628
I get it. I change the hosts, a new IP (as git help show me ). Why github 
is limited in China. I using 1 week to deal with this connection problem. 
My god. Is this a way to learn knowledge……

在 2016年9月2日星期五 UTC+8上午4:12:25,Konstantin Khomoutov写道:
>
> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
> chenh...@gmail.com  wrote: 
>
> > my try is here: 
> > $ export GIT_CURL_VERBOSE=1 
> > 
> > $ git clone https://github.com/schacon/simplegit-progit 
> > 
> > Cloning into 'simplegit-progit'... 
> > 
> > * Couldn't find host github.com in the .netrc file; using defaults 
> > 
> > *   Trying 192.30.252.129... 
> > 
> > * Connected to github.com (192.30.252.129) port 443 (#0) 
> > 
> > * Server aborted the SSL handshake 
> > 
> > * Closing connection 0 
> > 
> > fatal: unable to access 
> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
> > SSL handshak 
>
> No idea then. 
>
> There are several areas to explore but the fastest is supposedly to use 
> some king of local HTTP proxy which will take care of TLS connection 
> establishment. 
>
> You might also want to reach for the main Git list [1]. 
>
> 1. https://gist.github.com/tfnico/4441562 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread chenhyde628
What i do is following the  git protocol. But you know i am in China. Some 
webs are limited. I do not know if my old host change have problem here.

在 2016年9月2日星期五 UTC+8上午8:49:56,Mark Waite写道:
>
> Since it is a public repository, you may be able to clone it with git 
> protocol
>
> $ git clone git://github.com/schacon/simplegit-progit
>
> Mark Waite
>
> On Thursday, September 1, 2016 at 2:12:25 PM UTC-6, Konstantin Khomoutov 
> wrote:
>>
>> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
>> chenh...@gmail.com wrote: 
>>
>> > my try is here: 
>> > $ export GIT_CURL_VERBOSE=1 
>> > 
>> > $ git clone https://github.com/schacon/simplegit-progit 
>> > 
>> > Cloning into 'simplegit-progit'... 
>> > 
>> > * Couldn't find host github.com in the .netrc file; using defaults 
>> > 
>> > *   Trying 192.30.252.129... 
>> > 
>> > * Connected to github.com (192.30.252.129) port 443 (#0) 
>> > 
>> > * Server aborted the SSL handshake 
>> > 
>> > * Closing connection 0 
>> > 
>> > fatal: unable to access 
>> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
>> > SSL handshak 
>>
>> No idea then. 
>>
>> There are several areas to explore but the fastest is supposedly to use 
>> some king of local HTTP proxy which will take care of TLS connection 
>> establishment. 
>>
>> You might also want to reach for the main Git list [1]. 
>>
>> 1. https://gist.github.com/tfnico/4441562 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread Mark Waite
Since it is a public repository, you may be able to clone it with git 
protocol

$ git clone git://github.com/schacon/simplegit-progit

Mark Waite

On Thursday, September 1, 2016 at 2:12:25 PM UTC-6, Konstantin Khomoutov 
wrote:
>
> On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) 
> chenh...@gmail.com  wrote: 
>
> > my try is here: 
> > $ export GIT_CURL_VERBOSE=1 
> > 
> > $ git clone https://github.com/schacon/simplegit-progit 
> > 
> > Cloning into 'simplegit-progit'... 
> > 
> > * Couldn't find host github.com in the .netrc file; using defaults 
> > 
> > *   Trying 192.30.252.129... 
> > 
> > * Connected to github.com (192.30.252.129) port 443 (#0) 
> > 
> > * Server aborted the SSL handshake 
> > 
> > * Closing connection 0 
> > 
> > fatal: unable to access 
> > 'https://github.com/schacon/simplegit-progit/': Server aborted the 
> > SSL handshak 
>
> No idea then. 
>
> There are several areas to explore but the fastest is supposedly to use 
> some king of local HTTP proxy which will take care of TLS connection 
> establishment. 
>
> You might also want to reach for the main Git list [1]. 
>
> 1. https://gist.github.com/tfnico/4441562 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread Konstantin Khomoutov
On Wed, 31 Aug 2016 18:03:47 -0700 (PDT)
chenhyde...@gmail.com wrote:

> my try is here:
> $ export GIT_CURL_VERBOSE=1 
> 
> $ git clone https://github.com/schacon/simplegit-progit
> 
> Cloning into 'simplegit-progit'...
> 
> * Couldn't find host github.com in the .netrc file; using defaults
> 
> *   Trying 192.30.252.129...
> 
> * Connected to github.com (192.30.252.129) port 443 (#0)
> 
> * Server aborted the SSL handshake
> 
> * Closing connection 0
> 
> fatal: unable to access
> 'https://github.com/schacon/simplegit-progit/': Server aborted the
> SSL handshak

No idea then.

There are several areas to explore but the fastest is supposedly to use
some king of local HTTP proxy which will take care of TLS connection
establishment.

You might also want to reach for the main Git list [1].

1. https://gist.github.com/tfnico/4441562

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-08-31 Thread chenhyde628
my try is here:
$ export GIT_CURL_VERBOSE=1 

$ git clone https://github.com/schacon/simplegit-progit

Cloning into 'simplegit-progit'...

* Couldn't find host github.com in the .netrc file; using defaults

*   Trying 192.30.252.129...

* Connected to github.com (192.30.252.129) port 443 (#0)

* Server aborted the SSL handshake

* Closing connection 0

fatal: unable to access 'https://github.com/schacon/simplegit-progit/': 
Server aborted the SSL handshak

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-08-31 Thread Konstantin Khomoutov
On Tue, 30 Aug 2016 18:38:45 -0700 (PDT)
chenhyde...@gmail.com wrote:

[...]
> Here I do practice with the command "git log". (MAC, OSXEI capitan
> 10.11.6)
> 
> chenhaide$ git clone https://github.com/schacon/simplegit-progit
[...]
> Server aborted the SSL handshake
[...]

What happens if you run the same command while having
GIT_CURL_VERBOSE=1 in the environment Git sees?
Does it provide any more clue on the reason the handshake is terminated?

That is, try

  $ export GIT_CURL_VERBOSE=1
  $ git clone ...

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git new bird: Server aborted the SSL handshake

2016-08-31 Thread Philip Oakley
the website https://github.com/schacon/simplegit-progit is accessible for me 
from the United Kingdom (firefox on 32bit XP).

I suspect that some update to the SSL / HTTPS protocol has caused your problem.

In the last few years a number of old lower quality security layers (usually 
fallback protocols) of SSL have been made legacy and will be refused.

I understand that china also has some additional internet filtering that may 
not be aligned with the SSL required.

Philip

  - Original Message - 
  From: chenhyde...@gmail.com 
  To: Git for human beings 
  Sent: Wednesday, August 31, 2016 2:38 AM
  Subject: [git-users] git new bird: Server aborted the SSL handshake


  Hi,

 I am from China. I learn git and github from coursera(The mooc). A new

  bird. I  read and do practice one by one according "Pro Git" book.

  Here I do practice with the command "git log". (MAC, OSXEI capitan 10.11.6)




  chenhaide$ git clone https://github.com/schacon/simplegit-progit




  Cloning into 'simplegit-progit'...




  fatal: unable to access 'https://github.com/schacon/simplegit-progit/':

  Server aborted the SSL handshake




  I can not open the https://github.com/schacon/simplegit-progit with my

  browser(MAC safari). But i can open it with VMware fusion-8(windows 7 X64) 
firefox.




  What is wrong?


  -- 
  You received this message because you are subscribed to the Google Groups 
"Git for human beings" group.
  To unsubscribe from this group and stop receiving emails from it, send an 
email to git-users+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] git new bird: Server aborted the SSL handshake

2016-08-30 Thread chenhyde628
 

Hi,

   I am from China. I learn git and github from coursera(The mooc). A new

bird. I  read and do practice one by one according "Pro Git" book.

Here I do practice with the command "git log". (MAC, OSXEI capitan 10.11.6)


chenhaide$ git clone https://github.com/schacon/simplegit-progit


Cloning into 'simplegit-progit'...


fatal: unable to access 'https://github.com/schacon/simplegit-progit/':

Server aborted the SSL handshake


I can not open the https://github.com/schacon/simplegit-progit with my

browser(MAC safari). But i can open it with VMware fusion-8(windows 7 X64) 
firefox.


What is wrong?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.