X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=GLLAXWl Za/Y11aoWkh3bCuxxCru+VoIF5HTsU+7lHqJGwRxek4/vjMoLYj0QXW5yjSFq6kf fRDwgakc9eA17csGT5yaI9nXALBN9h65Lkae4eD2roQwmS7ST0vRLuCrgRtKIizL fnIjwd70GtRfAyrL8FjkUR3k2qN+3HbWeFLo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=+9LMS2onSy6Sv Roz3w9Hv4aC9uI=; b=krX9q+892Ibmuxs1Uoy3hS87raCHK0bhYOctUHcC9jyMa oU4X40OhS4l0P+Ld8Fs/sMr37ssppNLl+6G2n5pikD2wlc0noEZShF3HrxEhmoCH LX+XvXNfGWNUCAYd3khUZ7RdzqH84CPl3h2Svs4uUAxieKAvJVQxm0NVFsPL7Q= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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 In-Reply-To: <1119268.20150914213950@yandex.ru> References: <1119268 DOT 20150914213950 AT yandex DOT ru> From: Tae Lim Kook Date: Mon, 14 Sep 2015 14:51:20 -0400 Message-ID: Subject: Re: HTTPS - Error setting certificate verify locations To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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