Fix SSL not working on mobile browser RapidSSL


To solve this, we need to make sure our installation of SSL is correct. Please check your current website via https://cryptoreport.rapidssl.com/checker/views/certCheck.jsp.

It will show you the missing SSL Certificate. Please download it into your server. The next step will be:

1. go to /etc/ssl
2. move your current domain.crt into another file
3. then concatenate your existing domain.crt (renamed) with intermediate key into new domain.crt

1
cat existing-domain.crt intermediate.pem > domain.crt

Please double check again with SSL certification checker


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.