Page 1 of 1

Cannot Access Pictory, Apache HTTP Server fails to start

Posted: 13 Oct 2023, 03:19
by garyraise
Hi, I just got a brand new RevPi Connect 4 and I'm having trouble connecting to Pictory. I see runnning systemctl status apache2.service that the HTTP Server failed to start with the error that the SSL certificate /etc/ssl/certs/revpi-self-signed.pem is empty. How can I resolve this error?

Re: Cannot Access Pictory, Apache HTTP Server fails to start

Posted: 13 Oct 2023, 11:36
by RevPiModIO
Hi!

Sorry for the inconvenience! We are currently working on a bug fix.

But you can already apply a workaround to fix the problem:
  1. Delete the certificate file `sudo rm /etc/ssl/certs/revpi-self-signed.pem`
  2. Delete the key file `sudo rm /etc/ssl/private/revpi-self-signed.key`
  3. Restart the Revolution Pi `sudo reboot`. The files should then have been newly created and Apache started.

If you want to do this without restarting, run the following commands after deleting the files:
  1. `sudo revpi-cert-wizard`
  2. `sudo systemctl start apache2`

Greeting
Sven