improve formatting

master
https://brian.may.myopenid.com// 2008-10-25 22:27:04 -04:00 committed by Joey Hess
parent 697c54acc5
commit 2e85da8e11
1 changed files with 6 additions and 6 deletions

View File

@ -76,13 +76,13 @@ enable this checking.
I think the trick is to set on of the the following environment variables before retrieving I think the trick is to set on of the the following environment variables before retrieving
the data: the data:
$ENV{HTTPS_CA_DIR} = "/etc/ssl/certs/"; $ENV{HTTPS\_CA\_DIR} = "/etc/ssl/certs/";
$ENV{HTTPS_CA_FILE} = "/etc/ssl/certs/file.pem"; $ENV{HTTPS\_CA\_FILE} = "/etc/ssl/certs/file.pem";
Unfortunately I get weird results if the certificate verification fails, tshark shows the following communications with my proxy server: Unfortunately I get weird results if the certificate verification fails, tshark shows the following communications with my proxy server:
HTTP CONNECT db.debian.org:443 HTTP/1.0 HTTP CONNECT db.debian.org:443 HTTP/1.0
<tls stuff> [tls stuff]
HTTP CONNECT proxy.pri:3128 HTTP/1.0 HTTP CONNECT proxy.pri:3128 HTTP/1.0
HTTP HTTP/1.0 403 Forbidden (text/html) HTTP HTTP/1.0 403 Forbidden (text/html)