From 44f3846727d35ab17be3f779caa4a33548cdc152 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 14 Aug 2019 20:11:11 +0100 Subject: SSL Error: Enable OpenSSL hostname verification Since OpenSSL 1.0.2 there has been hostname verification support which cURL doesn't turn on for some reason. Turn it on so that we get better hostname verification handling. Signed-off-by: Daniel Silverstone --- resources/FatMessages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/FatMessages') diff --git a/resources/FatMessages b/resources/FatMessages index 7dd39700b..54c69b8a5 100644 --- a/resources/FatMessages +++ b/resources/FatMessages @@ -1076,7 +1076,7 @@ en.all.SSLCertErrTooOld:The certificate has expired. en.all.SSLCertErrSelfSigned:The certificate is self signed. en.all.SSLCertErrChainSelfSigned:The certificate chain is self signed. en.all.SSLCertErrRevoked:The certificate has been revoked by the issuer. -en.all.SSLCertErrCommonName:The certificate is for a different host than the server +en.all.SSLCertErrHostnameMismatch:The certificate is for a different host than the server # SSL certificate viewer -- cgit v1.2.3