Am Thu, 4 Aug 2022 07:37:48 +0900
Tatsuki Makino <[email protected]> schrieb:
> 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.
>
Thank you very much for this clarification, much appreciated.
Kind regards,
O. Hartmann
--
O. Hartmann