Skip to content
English
  • There are no suggestions because the search field is empty.

Apache failed to start after upgrading certificates

Original Question or Issue:

After upgrading certificates, apache will not start


Environment:

  • Product - FileCloud Server
  • Version - 23.241
  • Platform - Linux

Steps to Reproduce:

 


Error or Log Message:

Failed to start the apache HTTP server 


Defect or Enhancement Number:

 


Cause:

The private key and crt did not match.


Resolution or Workaround:

Using the openssl commands found in this article - Certificate Key Matcher - Check whether your private key matches your SSL certificate.

It was determined that the private key and crt were incorrect.

Once matched, apache started up correctly.


Notes:

Install an SSL certificate on Linux - FileCloud Docs - Server