Registration page – how to get SSL working?
-
I have an SSL certificate setup correctly on my site. The SSL (i.e., https) works successfully on the Login page. It also works (i.e., shows https) when I use wp-admin to navigate to my WordPress dashboard logged in as an admin user.
However, I cannot seem to get https to appear for the Registration page. Why not?
In my wp-config.php file I’ve currently got the following lines already added:
define('FORCE_SSL_ADMIN', true); define('FORCE_SSL_LOGIN', true);
I should add that I want https to occur only on the Login and the Registration pages for users. I don’t want the entire site to run over https (as that would slow things down).
I’m running WP 3.8.1 and BP 1.9.1. Can someone please provide guidance on how I can get https to work on the Registration page?
- The topic ‘Registration page – how to get SSL working?’ is closed to new replies.