diff options
Diffstat (limited to 'src/IO')
-rw-r--r-- | src/IO/tls_openssl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IO/tls_openssl.c b/src/IO/tls_openssl.c index 9098287a..3ba2856c 100644 --- a/src/IO/tls_openssl.c +++ b/src/IO/tls_openssl.c @@ -8,7 +8,7 @@ * (for the certificate hostname checking from wget) * Copyright (C) 2011 Benjamin Johnson <obeythepenguin@users.sourceforge.net> * (for the https code offered from dplus browser that formed the basis...) - * Copyright (C) 2023-2024 Rodrigo Arias Mallo <rodarima@gmail.com> + * Copyright (C) 2023-2025 Rodrigo Arias Mallo <rodarima@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -215,6 +215,7 @@ static void Tls_load_certificates(void) "/usr/share/ssl/certs/ca-bundle.crt", "/usr/local/share/certs/ca-root.crt", "/etc/ssl/cert.pem", + "/etc/openssl/certs/ca-certificates.crt", CA_CERTS_FILE }; |