Date: Thu, 4 Aug 2022 00:55:38 +0200 From: Michael Gmelin <grembo@freebsd.org> To: Tatsuki Makino <tatsuki_makino@hotmail.com> Cc: FreeBSD User <freebsd@walstatt-de.de>, Zachary Crownover <zachary.crownover@gmail.com>, FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: poudriere overlay: passing down git ENV variables (problem: self signed certificates) Message-ID: <3AED1ED6-2BDC-4615-8885-EBB7169D3F84@freebsd.org> In-Reply-To: <PSAPR03MB56390148316B495E303C2E74FA9C9@PSAPR03MB5639.apcprd03.prod.outlook.com> References: <PSAPR03MB56390148316B495E303C2E74FA9C9@PSAPR03MB5639.apcprd03.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 4. Aug 2022, at 00:38, Tatsuki Makino <tatsuki_makino@hotmail.com> wrot= e: > =EF=BB=BFHello. >=20 > In git-2.37.1/http.c... >=20 > =E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=EF=B8=99 > if (!curl_ssl_verify) { > curl_easy_setopt(result, CURLOPT_SSL_VERIFYPEER, 0); > curl_easy_setopt(result, CURLOPT_SSL_VERIFYHOST, 0); > } else { > =E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=EF=B8=99 > if (getenv("GIT_SSL_NO_VERIFY")) > curl_ssl_verify =3D 0; > =E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=E3=80=80=EF=B8=99 >=20 > Thus, it was GIT_SSL_NO_VERIFY, not GIT_NO_SSL_VERIFY... >=20 Thanks, I simply copy and pasted what the requester used (assuming they alre= ady tested that exact value outside of poudriere), since my response was abo= ut the mechanics of how to get that variable in and not its name. Cheers Michael > Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AED1ED6-2BDC-4615-8885-EBB7169D3F84>