You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Geoffrey Corey (JIRA)" <ji...@apache.org> on 2015/04/23 23:41:38 UTC

[jira] [Commented] (INFRA-9484) Unable to get content from zest git repositories

    [ https://issues.apache.org/jira/browse/INFRA-9484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14509874#comment-14509874 ] 

Geoffrey Corey commented on INFRA-9484:
---------------------------------------

The certificate is valid and signed, but unfortunately the intermediate cert has a SHA-1 signature, which aparently windows has decided to not accept.

We will be updating the cert to not have the weak signature shortly.

> Unable to get content from zest git repositories
> ------------------------------------------------
>
>                 Key: INFRA-9484
>                 URL: https://issues.apache.org/jira/browse/INFRA-9484
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Git
>            Reporter: Sandro Martini
>            Assignee: Geoffrey Corey
>
> Just tried to download content from zest git repositories (as seen in 
> https://issues.apache.org/jira/browse/ZEST-13 ), but got the following
> error with both:
> $ git pull -u
> fatal: unable to access 'https://git-wip-us.apache.org/repos/asf/zest-qi4j.git/'
> : SSL certificate problem: unable to get local issuer certificate
> I'm using the latest Git (version 1.9.5-preview20150319) in Windows 7 at 64 bit.
> The same with latest TortoiseGIT.
> Some clients works, some don't. Note that Chrome accept it but
> complains that future versions of Chrome will reject it because it miss
> some information.
> This openssl command reproduce the error:
> echo HEAD / | openssl s_client -connect git-wip-us.apache.org:443 -quiet
> > /dev/null
> I did not have the issue on Mac nor Linux, looks like git under windows
> is a bit picky.
> A quick workaround is to do:
>     git config --global http.sslVerify false
> but that defeat the SSL purpose ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)