From 098f3f996e9465705bc3e02b9454b99568c8e372 Mon Sep 17 00:00:00 2001
From: Fabian Keil This action allows Privoxy to filter encrypted requests and
responses. For this to work Privoxy has to generate a certificate and
send it to the client which has to accept it. Before this works the directives in the TLS section of the config file have
- to be configured. Before this works the directives in the TLS section of the config file have to be configured.
Privoxy main page:
+Privoxy main page:
@@ -211,7 +211,7 @@ "APPLICATION">Privoxy)
View and toggle client tags:
+View and toggle client tags:
@@ -219,21 +219,21 @@
Show information about the current configuration, including viewing and editing of actions - files:
+ files:Show the browser's request headers:
+Show the browser's request headers:
Show which actions apply to a URL and why:
+Show which actions apply to a URL and why:
http://config.privoxy.org/show-url-info
@@ -242,15 +242,15 @@Toggle Privoxy on or off. This feature can be turned off/on in the main config file. When toggled "off", "Privoxy" continues to run, - but only as a pass-through proxy, with no actions taking place:
+ but only as a pass-through proxy, with no actions taking place:-Short cuts. Turn off, then on:
+Short cuts. Turn off, then on:
-+
http://config.privoxy.org/toggle?set=enable
diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index b229eb60..bef8710e 100644 --- a/doc/webserver/user-manual/config.html +++ b/doc/webserver/user-manual/config.html @@ -2465,8 +2465,8 @@This directive specifies the name of the CA certificate file in ".crt" format.
The file is used by Privoxy to generate website certificates when - https filtering is enabled with the enable-https-filtering action.
+ https filtering is enabled with the enable-https-filtering action.Privoxy clients should import the certificate so that they can validate the generated certificates.
The file can be generated with: openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out @@ -2568,8 +2568,8 @@
- Notes:
This directive specifies the directory where generated TLS/SSL keys and certificates are saved when - https filtering is enabled with the enable-https-filtering action.
+ https filtering is enabled with the enable-https-filtering action.The keys and certificates currently have to be deleted manually when changing the ca-cert-file and the ca-cert-key.
-- 2.49.0