Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 07:37:48 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        FreeBSD User <freebsd@walstatt-de.de>
Cc:        Zachary Crownover <zachary.crownover@gmail.com>, Michael Gmelin <grembo@freebsd.org>, FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: poudriere overlay: passing down git ENV variables (problem: self signed certificates)
Message-ID:  <PSAPR03MB56390148316B495E303C2E74FA9C9@PSAPR03MB5639.apcprd03.prod.outlook.com>
In-Reply-To: <20220803175642.7d110ca1@thor.intern.walstatt.dynvpn.de>
References:  <20220803162922.396e8f25@thor.intern.walstatt.dynvpn.de> <519322B9-3AB9-4B83-B516-0F3595DB9E44@gmail.com> <20220803175642.7d110ca1@thor.intern.walstatt.dynvpn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello.

In git-2.37.1/http.c...

       ︙
        if (!curl_ssl_verify) {
                curl_easy_setopt(result, CURLOPT_SSL_VERIFYPEER, 0);
                curl_easy_setopt(result, CURLOPT_SSL_VERIFYHOST, 0);
        } else {
       ︙
        if (getenv("GIT_SSL_NO_VERIFY"))
                curl_ssl_verify = 0;
       ︙

Thus, it was GIT_SSL_NO_VERIFY, not GIT_NO_SSL_VERIFY...

Regards.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB56390148316B495E303C2E74FA9C9>