Re: Text replacement doesn't work
Matteo Spigolon <[email protected]> Thu, 27 Jan 2022 20:03:11 +0100
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Message-ID | <[email protected]> |
Fixed. Here are the errors now: 2022-01-27 20:01:24.372 7efd2f7fe700 Error: A website key already exists but there's no matching certificate. Removing /var/lib/privoxy/certs/95cfeef87da86e3a78ac24b0f5080abc.pem before creating a new key and certificate. 2022-01-27 20:01:24.479 7efd2f7fe700 Error: Parsing issuer key /etc/privoxy/CA/cakey.pem failed: PK - Private key password can't be empty 2022-01-27 20:01:24.479 7efd2f7fe700 Error: generate_host_certificate failed: -1 2022-01-27 20:01:24.479 7efd2f7fe700 Error: Failed to open a secure connection with the client > Il giorno 27 gen 2022, alle ore 19:53, Fabian Keil <[email protected]> ha scritto: > > Matteo Spigolon <[email protected]> wrote on 2022-01-27 at 18:59:25: > >> Errors in log file: >> >> 2022-01-27 18:58:42.337 7f63deff5700 Error: A website key already exists but there's no matching certificate. Removing /var/lib/privoxy/certs/95cfeef87da86e3a78ac24b0f5080abc.pem before creating a new key and certificate. >> 2022-01-27 18:58:42.357 7f63deff5700 Error: Parsing issuer key /etc/privoxy/CA/cakey.pem failed: PK - Read/write of file failed >> 2022-01-27 18:58:42.357 7f63deff5700 Error: generate_host_certificate failed: -1 >> 2022-01-27 18:58:42.357 7f63deff5700 Error: Failed to open a secure connection with the client > > Looks like Privoxy can't read from /etc/privoxy/CA/cakey.pem. > Are the file permissions correct? > > Fabian