• Resolved redbricks1

    (@redbricks1)


    Hi,

    APACHE2 is not restarting.
    When I disable the SSL module of apache it is restarting again.
    I made no changes in any files or conf for long.

    When I have a look on certificates files it seems that the files :

    public_html/keys/private.pem
    public.pem
    order

    Have been modified on the 3th of March.
    Please could you help me to solve this problem, website is not reachable without SSL enabled.
    Thank you,
    Kind Regards.

    • This topic was modified 8 months, 1 week ago by redbricks1.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor SSL HTTPS Support

    (@gwsharsha)

    Hi,

    Looks like Apache2 is failing to start due to missing SSL certificate files. Please login via SSH console and cd into keys/ directory i.e.,

    cd public_html/keys/

    Generate self-signed temporary SSL certificate using below command,

    openssl req -x509 -newkey rsa:4096 -keyout private.pem -out certificate.crt -sha256 -days 365

    You should see the certificate.crt file generated in keys/ directory. Then restart apache and it should work fine. Once after restarted, please make sure to generate new valid SSL certificate using WP Encryption and restart apache once again after success.

    Thread Starter redbricks1

    (@redbricks1)

    It worked perfectly. Thank you so much!

    Plugin Contributor SSL HTTPS Support

    (@gwsharsha)

    No problem.. Glad we could help resolve it quickly ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘APACHE 2 Down for couple of days – SSL ISSUE’ is closed to new replies.