Symptoms

SSL certificate has expired on the Linux-based BA Online Store server.

Resolution

  1. Renew certificate used on the BA Online Store server

    1. Replace old certificate in the /etc/httpd/conf/ssl.crt/server.crt file with the new one, put the corresponding private key into that file along with the certificate itself.

    2. Restart Apache server on the Online Store server:

      #/etc/init.d/httpd restart
      
    3. Make sure Apache server is running:

       #/etc/init.d/httpd status
      

Internal content