From: Amos Jeffries Date: Fri, 24 Jun 2011 01:29:53 +0000 (+1200) Subject: WARNING! missing imporant field for detail error: SQUID_X509_V_ERR_DOMAIN_MISMATCH X-Git-Tag: take08~55^2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=494d36afb85b539682172364b270e249ea4835cf;p=thirdparty%2Fsquid.git WARNING! missing imporant field for detail error: SQUID_X509_V_ERR_DOMAIN_MISMATCH Missing quotes in SSL template addition of revno.11515 --- diff --git a/errors/templates/error-details.txt b/errors/templates/error-details.txt index c7d0f0fed5..c4a11b7725 100644 --- a/errors/templates/error-details.txt +++ b/errors/templates/error-details.txt @@ -1,6 +1,6 @@ name: SQUID_X509_V_ERR_DOMAIN_MISMATCH -detail: %ssl_error_descr: %ssl_subject -descr: Certificate does not match domainname +detail: "%ssl_error_descr: %ssl_subject" +descr: "Certificate does not match domainname" name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name"