]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: URL updates (one more)
authorViktor Szakats <commit@vsz.me>
Tue, 30 Jul 2024 19:35:59 +0000 (21:35 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 30 Jul 2024 19:36:39 +0000 (21:36 +0200)
Follow-up to 767d5811b5c783b42cea999dd42ecf0453085d17 #14318

lib/vtls/openssl.c

index 3ced4c2a4031014cb80df466033440208146a03b..8a65491b225a540fe2b86ab2f369017b5d7d6a64 100644 (file)
@@ -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);