Cannot Access Pictory, Apache HTTP Server fails to start

Topics about the Software of Revolution Pi
Post Reply
garyraise
Posts: 1
Joined: 13 Oct 2023, 03:17
Answers: 0

Cannot Access Pictory, Apache HTTP Server fails to start

Post 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?
User avatar
RevPiModIO
KUNBUS
Posts: 322
Joined: 20 Jan 2017, 08:44
Answers: 0
Contact:

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

Post 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
python3-RevPiModIO - https://revpimodio.org/ || Der RevPi ist das Beste, was passieren konnte!
Post Reply