NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: git https issue




> On Aug 18, 2018, at 3:48 PM, Riccardo Mottola <riccardo.mottola%libero.it@localhost> wrote:
> 
> Hi,
> 
> 
>> On 11/08/2018 02:35, matthew sporleder wrote:
>> I think the GIT_CURL_VERBOSE=1 is going to give you the answer.
> 
> I typed exactly what you did and see this:
> 
> 
> narsil$ GIT_CURL_VERBOSE=1 git clone --verbose https://github.com/github/debug-repo
> Cloning into 'debug-repo'...
> * Couldn't find host github.com in the .netrc file; using defaults
> *   Trying 192.30.253.112...
> * TCP_NODELAY set
> * Connected to github.com (192.30.253.112) port 443 (#0)
> * ALPN, offering http/1.1
> * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
> * successfully set certificate verify locations:
>   CAfile: none
>   CApath: /etc/openssl/certs
> 
> 
> It stops before SSL connection using TLSv1.2 that appears on your side.
> 
> something is wrong with SSL? I have no OpenSSL or similar pkg installed, this means the one in base is used, how at your place?
> 
> 
> narsil$ pkg_info | grep openssl
> mozilla-rootcerts-openssl-2.1 Wedge for installing and managing mozilla-rootcerts
> 
> 
> Riccardo
> 
> 

Can you do curl -vvv to GitHub?


Home | Main Index | Thread Index | Old Index