From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by sourceware.org (Postfix) with ESMTPS id AD9103857C6F for ; Mon, 30 Nov 2020 03:18:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AD9103857C6F Received: by mail-ed1-x52f.google.com with SMTP id v22so13767404edt.9 for ; Sun, 29 Nov 2020 19:18:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1palTtl8UpJoEkmwo/Rcjx8H8xWuXVxEFr4RFFw3IyU=; b=XqfcwU+lZkmdnVRVRWYsQqYdEBZgLCk/ORdX2hW4ATshULEl5fhrrXhFXatyM2caU4 Z10/CgUj+E2BBo+8mFbkIYS75WcqkaytWe92yj4KxGNWeMuNijp68YKB43/eAxCcUFR5 hDrCP4Px3rQzFIqMekn/GQtCxB8SynpL40aAiGKFIF5RLnKpFnYW4CEoIWib5TI5uw7d MeAjeR50VknKT9d//XTV/QiOBvi0PtRAVAOcyvSjBT07PS8Dsq+Z4GZvmV5an8YsryOY ZqMcEIkKThIB9+s/vv58Q0AUf40dY0dAMQcb33iZP1NIbE06OiL6kDLOjv3dep4Avo4y lh6A== X-Gm-Message-State: AOAM531+xifQpkciAjGH0KuLZa7QrH4mbJi5fSQe8B2HNJePn6ATrALR IlYZ2Q/cApu/9Ft48Kk2Xu2irr49Nagu01bw0POtsZ0FBGw= X-Google-Smtp-Source: ABdhPJwlVikCSWW/n3+Idw8mwUS7mNPiSTgbKmhdU30SotJXRqyciC/LUD8ruHtZL7fNHdqqkIrLSc53gWp2l+KNpg4= X-Received: by 2002:a05:6402:2373:: with SMTP id a19mr19537020eda.212.1606706338724; Sun, 29 Nov 2020 19:18:58 -0800 (PST) MIME-Version: 1.0 From: Sara Angel Date: Sun, 29 Nov 2020 22:17:59 -0500 Message-ID: Subject: curl release package is a debug build To: cygwin@cygwin.com X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2020 03:19:00 -0000 curl release package being a debug build is causing it to fail on success in some cases. e.g. curl --cacert mycert.pem https://localhost:80 curl: (56) OpenSSL SSL_read: Connection closed abruptly, errno 0 (Fatal because this is a curl debug build) The only thing related to this bug I could find is that msys2 had the same issue in their curl package https://github.com/msys2/MSYS2-packages/issues/2223