From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56656 invoked by alias); 14 Sep 2015 18:52:03 -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 56196 invoked by uid 89); 14 Sep 2015 18:52:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f170.google.com Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com) (209.85.214.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 14 Sep 2015 18:52:01 +0000 Received: by obbbh8 with SMTP id bh8so116128363obb.0 for ; Mon, 14 Sep 2015 11:51:59 -0700 (PDT) X-Received: by 10.60.160.179 with SMTP id xl19mr1985644oeb.77.1442256719658; Mon, 14 Sep 2015 11:51:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.232.40 with HTTP; Mon, 14 Sep 2015 11:51:20 -0700 (PDT) In-Reply-To: <1119268.20150914213950@yandex.ru> References: <1119268.20150914213950@yandex.ru> From: Tae Lim Kook Date: Mon, 14 Sep 2015 18:52:00 -0000 Message-ID: Subject: Re: HTTPS - Error setting certificate verify locations To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-09/txt/msg00226.txt.bz2 That file does not exist on my system. On Mon, Sep 14, 2015 at 2:39 PM, Andrey Repin wrote: > 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