Keywords: WordPress - AWS - How to - Secure Connections (SSL/HTTPS)
Description:
I installed SSL certificate for my website https://www.tabidachibydi.com/.
but my admin page and admin login page is still displaying "not secured" at padlock. I tried to install plugins or modidy wp-config file with
define(‘FORCE_SSL_ADMIN’, true);
but it didn't work. Can you guys help me to resolve it?