From: Richard Levitte Date: Fri, 4 May 2012 10:43:19 +0000 (+0000) Subject: Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS. X-Git-Tag: OpenSSL_1_0_0j~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=94fbee800b6fe9d716cb6df6280e525078cd3eb1;p=oweals%2Fopenssl.git Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS. --- diff --git a/doc/HOWTO/proxy_certificates.txt b/doc/HOWTO/proxy_certificates.txt index 3d36b02f6b..f98ec36076 100644 --- a/doc/HOWTO/proxy_certificates.txt +++ b/doc/HOWTO/proxy_certificates.txt @@ -57,7 +57,7 @@ following methods: - in all other cases, proxy certificate validation can be enabled before starting the application by setting the envirnoment variable - OPENSSL_ALLOW_PROXY with some non-empty value. + OPENSSL_ALLOW_PROXY_CERTS with some non-empty value. There are thoughts to allow proxy certificates with a line in the default openssl.cnf, but that's still in the future.