public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [GIT] Error fetching from https (> error: error setting certificate verify locations:)
@ 2014-05-27 22:15 gialloporpora
  2014-05-28  8:55 ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 4+ messages in thread
From: gialloporpora @ 2014-05-27 22:15 UTC (permalink / raw)
  To: cygwin

Hi all,

I use git version provided by cygwin, and before today I had no problems.
Now, if I try to fetch from upstream (or to fetch from my private repo 
too) I receive this error message:
 > error: error setting certificate verify locations:
 >   CAfile: /usr/ssl/certs/ca-bundle.crt
 >   CApath: none while accessing 
https://github.com/Mte90/firefoxos-quick-guide/info/refs
 > fatal: HTTP request failed
 >
 >
 >
 >
 >
I have seen that the file ca-bundle.crt was a system file (S attribute 
with MS attrib) and I have removed the system attribute but it doesn't 
work yet. The error i s the same.

The only thing that I have made in these days is to install the binary 
diff package via setup.
Someone could suggest me how to solve this issue?

Thanks
Sandro


--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT] Error fetching from https (> error: error setting certificate verify locations:)
  2014-05-27 22:15 [GIT] Error fetching from https (> error: error setting certificate verify locations:) gialloporpora
@ 2014-05-28  8:55 ` Larry Hall (Cygwin)
  2014-05-28 15:41   ` gialloporpora
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Hall (Cygwin) @ 2014-05-28  8:55 UTC (permalink / raw)
  To: cygwin

On 05/27/2014 06:00 PM, gialloporpora wrote:
> Hi all,
>
> I use git version provided by cygwin, and before today I had no problems.
> Now, if I try to fetch from upstream (or to fetch from my private repo too)
> I receive this error message:
>  > error: error setting certificate verify locations:
>  >   CAfile: /usr/ssl/certs/ca-bundle.crt
>  >   CApath: none while accessing
> https://github.com/Mte90/firefoxos-quick-guide/info/refs
>  > fatal: HTTP request failed
>  >
>  >
>  >
>  >
>  >
> I have seen that the file ca-bundle.crt was a system file (S attribute with
> MS attrib) and I have removed the system attribute but it doesn't work yet.
> The error i s the same.
>
> The only thing that I have made in these days is to install the binary diff
> package via setup.
> Someone could suggest me how to solve this issue?

Please read and follow the problem reporting guidelines found at the link
below.  Pay special attention to the parts asking for cygcheck output and
for a clear, simple, minimal test case to reproduce this issue.  With this
info, folks here on the list can try to reproduce the behavior and offer
some advice.

> Problem reports:       http://cygwin.com/problems.html

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT] Error fetching from https (> error: error setting certificate verify locations:)
  2014-05-28  8:55 ` Larry Hall (Cygwin)
@ 2014-05-28 15:41   ` gialloporpora
  2014-05-28 23:00     ` Larry Hall (Cygwin)
  0 siblings, 1 reply; 4+ messages in thread
From: gialloporpora @ 2014-05-28 15:41 UTC (permalink / raw)
  To: cygwin

Risposta al messaggio del 28/05/2014 di Larry Hall (Cygwin):
> On 05/27/2014 06:00 PM, gialloporpora wrote:
>> Hi all,
>>
>> I use git version provided by cygwin, and before today I had no problems.
>> Now, if I try to fetch from upstream (or to fetch from my private repo too)
>> I receive this error message:
>>   > error: error setting certificate verify locations:
>>   >   CAfile: /usr/ssl/certs/ca-bundle.crt
>>   >   CApath: none while accessing
>> https://github.com/Mte90/firefoxos-quick-guide/info/refs
>>   > fatal: HTTP request failed
>>   >
>>   >
>>   >
>>   >
>>   >
>> I have seen that the file ca-bundle.crt was a system file (S attribute with
>> MS attrib) and I have removed the system attribute but it doesn't work yet.
>> The error i s the same.
>>
>> The only thing that I have made in these days is to install the binary diff
>> package via setup.
>> Someone could suggest me how to solve this issue?
>
> Please read and follow the problem reporting guidelines found at the link
> below.  Pay special attention to the parts asking for cygcheck output and
> for a clear, simple, minimal test case to reproduce this issue.  With this
> info, folks here on the list can try to reproduce the behavior and offer
> some advice.
>
>> Problem reports:       http://cygwin.com/problems.html
>


Thanks, sorry if I have forgotten to include the log by cygcheck, but 
the log is ok and I have forgotten to mention it in my request.
I have tried to reinstall git packge and related packages but still it 
doesn't work.
I have, also if deprecated, disabled the certificate check as outlined 
here:
http://www.gizmoplex.com/wordpress/upgrade-git-to-latest-stable-release-in-cygwin/

Sandro




--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT] Error fetching from https (> error: error setting certificate verify locations:)
  2014-05-28 15:41   ` gialloporpora
@ 2014-05-28 23:00     ` Larry Hall (Cygwin)
  0 siblings, 0 replies; 4+ messages in thread
From: Larry Hall (Cygwin) @ 2014-05-28 23:00 UTC (permalink / raw)
  To: cygwin

On 05/28/2014 07:04 AM, gialloporpora wrote:
> Risposta al messaggio del 28/05/2014 di Larry Hall (Cygwin):
>> On 05/27/2014 06:00 PM, gialloporpora wrote:
>>> Hi all,
>>>
>>> I use git version provided by cygwin, and before today I had no problems.
>>> Now, if I try to fetch from upstream (or to fetch from my private repo too)
>>> I receive this error message:
>>>   > error: error setting certificate verify locations:
>>>   >   CAfile: /usr/ssl/certs/ca-bundle.crt
>>>   >   CApath: none while accessing
>>> https://github.com/Mte90/firefoxos-quick-guide/info/refs
>>>   > fatal: HTTP request failed
>>>   >
>>>   >
>>>   >
>>>   >
>>>   >
>>> I have seen that the file ca-bundle.crt was a system file (S attribute with
>>> MS attrib) and I have removed the system attribute but it doesn't work yet.
>>> The error i s the same.
>>>
>>> The only thing that I have made in these days is to install the binary diff
>>> package via setup.
>>> Someone could suggest me how to solve this issue?
>>
>> Please read and follow the problem reporting guidelines found at the link
>> below.  Pay special attention to the parts asking for cygcheck output and
>> for a clear, simple, minimal test case to reproduce this issue.  With this
>> info, folks here on the list can try to reproduce the behavior and offer
>> some advice.
>>
>>> Problem reports:       http://cygwin.com/problems.html
>>
>
>
> Thanks, sorry if I have forgotten to include the log by cygcheck, but the
> log is ok and I have forgotten to mention it in my request.
> I have tried to reinstall git packge and related packages but still it
> doesn't work.
> I have, also if deprecated, disabled the certificate check as outlined here:
> http://www.gizmoplex.com/wordpress/upgrade-git-to-latest-stable-release-in-cygwin/

These are all good things to try, IMO, and certainly good things to mention
if you're looking to this list for some help.  But I still have to reiterate
that without the cygcheck output *attached* to your request as well as a
recipe to reproduce the problem you're seeing, as requested by the link I
pointed you to above, only someone reading this list and having a very
similar problem is going to be able to respond with anything even remotely
helpful here.  That's not terrible and if that's all you're looking for
then you needn't give my response any further consideration.  But I just
wanted to point out that you are limiting your pool of potential useful
responders by quite a bit if you forego providing specific details of your
problem.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-28 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-27 22:15 [GIT] Error fetching from https (> error: error setting certificate verify locations:) gialloporpora
2014-05-28  8:55 ` Larry Hall (Cygwin)
2014-05-28 15:41   ` gialloporpora
2014-05-28 23:00     ` Larry Hall (Cygwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).