From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41521 invoked by alias); 14 Sep 2015 18:50:11 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 41511 invoked by uid 89); 14 Sep 2015 18:50:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp.ht-systems.ru Received: from smtp.ht-systems.ru (HELO smtp.ht-systems.ru) (78.110.50.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 14 Sep 2015 18:50:08 +0000 Received: from [95.165.144.62] (helo=darkdragon.lan) by smtp.ht-systems.ru with esmtpa (Exim 4.80.1) (envelope-from ) (Authenticated sender: postmaster@rootdir.org) id 1ZbYpG-0008AW-Rg ; Mon, 14 Sep 2015 21:50:03 +0300 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Mon, 14 Sep 2015 18:39:50 -0000 Date: Mon, 14 Sep 2015 18:50:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <1119268.20150914213950@yandex.ru> To: Tae Lim Kook , cygwin@cygwin.com Subject: Re: HTTPS - Error setting certificate verify locations In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00224.txt.bz2 Greetings, Tae Lim Kook! > Hello! > I'm getting an error every time I try to get content with HTTPS (e. g. > curl, wget, git). > $ curl https://google.com > curl: (77) error setting certificate verify locations: > CAfile: /etc/pki/tls/certs/ca-bundle.crt > CApath: none > I have read that this problem can be solved by installing > ca-certificates, but the error persists even when version 2.5-1 is > installed. You seems to have altered curl config. ca-certificates are installed into (de facto) standard location in /etc/ssl/certs curl by default search for them there. Check your ~/.curlrc for any stray overrides. -- With best regards, Andrey Repin Monday, September 14, 2015 21:32:26 Sorry for my terrible english... -- 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