Re: Text replacement doesn't work
Matteo Spigolon <[email protected]> Fri, 28 Jan 2022 13:53:34 +0100
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Message-ID | <[email protected]> |
Fixed permission and added a password. Errors now: 2022-01-28 13:53:23.252 7f0b6ffff700 Error: Failed to get ciphersuite id for ALL 2022-01-28 13:53:23.252 7f0b6ffff700 Error: Setting the cipher list 'ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH' for the client connection failed 2022-01-28 13:53:23.252 7f0b6ffff700 Error: Failed to open a secure connection with the client > Il giorno 28 gen 2022, alle ore 09:38, Fabian Keil <[email protected]> ha scritto: > > Matteo Spigolon <[email protected]> wrote on 2022-01-27 at 20:03:11: > >> 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 > > Did you configure a ca-password? > <https://www.privoxy.org/user-manual/config.html#CA-PASSWORD> > > If not, you may have to regenerate the ca-cert-file and ca-key-file > and adjust the permissions again. > > If I remember correctly not using a password is currently not supported. > > Fabian