[Mono-dev] Git error 14090086 when pulling Mono source

david-dasz david at dasz.at
Thu Oct 20 03:59:28 EDT 2011


Hi,

On Wed, 19 Oct 2011 16:05:37 -0700 (PDT), "Lee V. Andrus"
<landrus2 at by-rite.net> wrote:
> Please help.  I receive the following error message when trying to do a
git
> pull of the Mono source:
> 
> mono $ git pull
> error: SSL certificate problem, verify that the CA cert is OK. Details:
> error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify
> failed while accessing https://github.com/mono/mono.git/info/refs
> 
> fatal: HTTP request failed
> mono $
> 
> I believe I have pulled from that repository in the past, but have not
> tried
> recently.  I definitely was able to clone the repository.  Is this a
> certificate that is supposed to be with the repository or on my
computer? 
> Currently I am only interested in read access to the repository.


The error message indicates that the SSL certificate from github has
problems. Usually SSL problems can be traced to one of the following
causes:

* Stupid attacker
* Broken proxy
* local time skew
* broken local installation
* error at github

I could access https://github.com just now and was presented a certificate
from DigiCert with the SHA1 Fingerprint
CE:67:99:25:2C:AC:78:12:7D:94:B5:62:2C:31:C5:16:A6:34:73:53, valid from
05/27/2011 thru 07/29/2013.



Best Regards, David


More information about the Mono-devel-list mailing list