Enabling SSL on Clipper Login and Register pages
How do I enable SSL on the following pages below?
I verified with my hosting provider that SSL have been installed. If I go to
https://mysite.com I can see the SSL certificate, however, if I go to the Login Page from a new browser instance it doesn't switch to SSL.
Some things I tried:
- I edited the wp-config.php and added define('FORCE_SSL_ADMIN', true); but that doesnt change anything.
- I installed the Wordpress HTTPS (SSL) plugin and added
/login/
/register/
and checked marked : force SSL on admin
but I only see SSL on the Wordpress admin pages and the certificate looks different.
What am I missing?
Thanks.