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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=oyvaRJdXUZt518RM HOtAMUDzPGCaZOLr4npALUTIWfdxau9q5cdGWN2oUPA3/Low9pMrZRSt+EXV2t4v iwzmk+YtyrNNVcfv84LjAQIXVyIt+ieVmEKZvNtUNkS4l/ZGYnoa/9wui2tgcZoG fthCy9t4WrA01dJ4tN6nrA17smg= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=FKE53eqChbyPlCJAHl7vLa 0AcvE=; b=qCc2h+1ZztoaRXw1MXXzA8FCXFvZAft4mSS1p9IfL6Lvlr1+b8dEcG KreXZGvyO++3R14VVyVRxIFt8H719bA0cFl1iK9HGmgsZ1EvM2tr9G1EArxJs07q xXpvmEcAsw8TeQndrMIGZ3eiGf3hWgUpCUr/BDegqBbdop2OEzS84= 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=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 Date: Mon, 14 Sep 2015 21:39:50 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1119268.20150914213950@yandex.ru> To: Tae Lim Kook , cygwin AT cygwin DOT 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 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