I've installed e2guardian several times on different computers without having problems. Now there's a problem an I can't find the reason. The problem ist relatet to sslmitm. When I switch it off there's no error message. When it is switched on:
sudo service e2guardian restart
Job for e2guardian.service failed because the control process exited with error code.
See "systemctl status e2guardian.service" and "journalctl -xe" for details.
systemctl status e2guardian.service
● e2guardian.service - E2guardian Web filtering
Loaded: loaded (/lib/systemd/system/e2guardian.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2020-09-14 16:21:47 EAT; 15s ago
Docs:
http://e2guardian.org/ Process: 5231 ExecStart=/usr/sbin/e2guardian (code=exited, status=1/FAILURE)
Sep 14 16:21:47 lx200725e systemd[1]: Starting E2guardian Web filtering...
Sep 14 16:21:47 lx200725e e2guardian[5231]: Couldn't open certificate private key
Sep 14 16:21:47 lx200725e systemd[1]: e2guardian.service: Control process exited, code=exited, status=1/FAILURE
Sep 14 16:21:47 lx200725e systemd[1]: e2guardian.service: Failed with result 'exit-code'.
Sep 14 16:21:47 lx200725e systemd[1]: Failed to start E2guardian Web filtering.
journalctl -xe
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support--
-- An ExecStart= process belonging to unit e2guardian.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
Sep 14 16:21:47 lx200725e systemd[1]: e2guardian.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support--
-- The unit e2guardian.service has entered the 'failed' state with result 'exit-code'.
Sep 14 16:21:47 lx200725e systemd[1]: Failed to start E2guardian Web filtering.
-- Subject: A start job for unit e2guardian.service has failed
-- Defined-By: systemd
-- Support:
http://www.ubuntu.com/support--
-- A start job for unit e2guardian.service has finished with a failure.
--
-- The job identifier is 2568 and the job result is failed.
Sep 14 16:21:47 lx200725e sudo[5213]:
I've checked all settings mentioned in notes/ssl_mitm. I've redone all SSL-certificates.
Has anyone an idea?