From dc2f8c9b3fa061737a952888ad3724bdc0e5cc3a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 30 Mar 2020 13:31:08 +0200 Subject: socket.c: add reference to README.SSL in error message and fix a typo in README.SSL. The reference will be printed if there is no trust anchor. Fixes #4 (Gitlab issue). --- socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'socket.c') diff --git a/socket.c b/socket.c index 731efa3e..b442e5f9 100644 --- a/socket.c +++ b/socket.c @@ -840,7 +840,8 @@ static int SSL_verify_callback(int ok_return, X509_STORE_CTX *ctx, int strict) report(stderr, GT_( "This could mean that the root CA's signing certificate is not in the " "trusted CA certificate location, or that c_rehash needs to be run " "on the certificate directory. For details, please " - "see the documentation of --sslcertpath and --sslcertfile in the manual page.\n")); + "see the documentation of --sslcertpath and --sslcertfile in the manual page. " + "See README.SSL for details.\n")); break; default: break; -- cgit v1.2.3