From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by sourceware.org (Postfix) with ESMTPS id 6849B3858414 for ; Mon, 18 Mar 2024 22:19:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6849B3858414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSW.ab.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=SystematicSW.ab.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6849B3858414 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=216.40.44.13 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710800349; cv=none; b=tPTi79WeE/jQIsrE8t+oEzUWhfhPVJgjR43LxHNnjx4vl5ikcZnXpZj/izTlvrdKpCrORfZLOWcalqGupyfO4GCKvQtUJDhjaG9n/ITd3JiHoFzc9wxywtB8FYdT8wB5qtRqLEDXJu+EQl1DwrKtW72zP54tzLZyECWntfNUet0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710800349; c=relaxed/simple; bh=kAYjSWiZOv21pNSil9y80izv4MMMip4LdmyHrseCkik=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=DHbnfUHKb4cb0eLS5QnPFOMfAdp71STyaUgBA4UjvOIGomnm3nUPRYk0OEYYIhElrT1V56ar9M9bNeqWnUSv+FikmKc3IppCu34TbiH2ZoTVvkBcVxqpneACZd+/4IA2z6wp+EllREMzIwHqgX2fSeYn1GGMQvC+NSGi7esqw/o= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from omf15.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id E44F3120E10 for ; Mon, 18 Mar 2024 22:19:03 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: Brian.Inglis@SystematicSW.ab.ca) by omf15.hostedemail.com (Postfix) with ESMTPA id 81B2E18 for ; Mon, 18 Mar 2024 22:19:01 +0000 (UTC) Message-ID: Date: Mon, 18 Mar 2024 16:19:00 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Reply-To: cygwin@cygwin.com Subject: Re: Getting error 60 of curl to cygwin setup Content-Language: en-CA To: cygwin@cygwin.com References: From: Brian Inglis Organization: Systematic Software In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 81B2E18 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_EXEURI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.6 X-Stat-Signature: ff8di4kdwrzkasg71bzo39iab5w6mn8a X-Rspamd-Server: rspamout04 X-Session-Marker: 427269616E2E496E676C69734053797374656D6174696353572E61622E6361 X-Session-ID: U2FsdGVkX19YTU50BK4j1vPLXAvrI0eN/4RMSFM6/QE= X-HE-Tag: 1710800341-629228 X-HE-Meta: U2FsdGVkX186XrFkOb9JJebejdGdE9Q2z6bgZcBHnpUdhtLHRJBynhrbFYQC1jjo+3OyRSiJRotP4rvLitRq/Z9BGlikseKR9bGrQ/73YQlmTG14TbDWleHIxW+hNoE11X2CWBWuznsPiskldO3sLEbnejxBRllqgFfDtYSXjSiyRJHBODIrxYhwffBI/RHXUGZz991HMzPxg8rb2gaXYnCb37C4RrljD7ib/rs0FBKZmiGCiFaS31Fyfox9obb0bzDgm5caabzlniOIhjgAI3i614ln1+mD/99nAlvs7f6RegRN0HFeWa8EA+zcsWguQD+17/UkkEy1yjSvQ9IzJs6sSCEjFZklNMYlaPj58/vaEBRkOr9W1wIvNMW0vsFKskUQdPKhmhfQxjQF9Oa0QQ== X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2024-03-18 15:21, J M via Cygwin wrote: > With a fresh install of Cygwin then I launch (with package curl installed): > > curl -O https://www.cygwin.com/setup-x86_64.exe > > Shows a curl 60 error ssl problem. > Using -k or --insecure works, but is not recomended. > Howto fix it? WJFFM! That error implies that the version of curl you are running or the certificate store you are using does not include the Let's Encrypt CA used by Cygwin.com. From what shell do you launch curl? Please run: which -a curl and ensure that /usr/bin/curl precedes /cygdrive/c/WINDOWS/system32/curl then run: $ curl -V curl 8.6.0 (x86_64-pc-cygwin) libcurl/8.6.0 OpenSSL/3.0.13 zlib/1.3.1 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.0 nghttp2/1.60.0 libgsasl/2.2.1 OpenLDAP/2.6.7 Release-Date: 2024-01-31 Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp Features: alt-svc AsynchDNS brotli gsasl GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd and check you get the same output as above, then run: cygcheck -c ca-certificates ca-certificates-letsencrypt curl cygwin \ libbrotlidec1 libcurl4 libgsasl18 libgssapi_krb5_2 libidn2_0 libnghttp2_14 \ libopenldap2 libpsl5 libssh2_1 libssl3 libzstd1 zlib0 and ensure all packages show Status OK. If that is the case, please follow the problem reporting guidelines below, and attach the output from running cygcheck -hrsv > cygcheck-hrsv.log as a text attachment to your reply. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry