From: Viktor Szakats Date: Tue, 30 Jul 2024 19:35:59 +0000 (+0200) Subject: tidy-up: URL updates (one more) X-Git-Tag: curl-8_9_1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8153b8e5805c3f215da07325187007aaaa6da6de;p=thirdparty%2Fcurl.git tidy-up: URL updates (one more) Follow-up to 767d5811b5c783b42cea999dd42ecf0453085d17 #14318 --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 3ced4c2a40..8a65491b22 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -3244,7 +3244,8 @@ static CURLcode populate_x509_store(struct Curl_cfilter *cf, problems with server-sent legacy intermediates. Newer versions of OpenSSL do alternate chain checking by default but we do not know how to determine that in a reliable manner. - https://rt.openssl.org/Ticket/Display.html?id=3621&user=guest&pass=guest + https://web.archive.org/web/20190422050538/ + rt.openssl.org/Ticket/Display.html?id=3621 */ #if defined(X509_V_FLAG_TRUSTED_FIRST) X509_STORE_set_flags(store, X509_V_FLAG_TRUSTED_FIRST);