Enabling SSL Logins in vBulletin 5 Connect 
One feature that has been requested for a long time is the ability to force logins via SSL. vBulletin 5 Connect implements this feature. In order to have SSL Logins, you need a couple of things.
[*] SSL Certificate sold by a trusted authority.
[*] Copy of the vBulletin files in your SSL directory.
To turn on this feature, you would do so in your presentation config.php file. This is located in your forum root directly (along with index.php and .htaccess). In this file look for the following code:

// If you do wish to use https for login, uncomment this line
// Then fill in your https url.
//$config['baseurl_login'] = 'https://www.yourdomain.com/folder';

For most purposes, you would uncomment this line and add your base url using the https protocol. For example:
If your base url is: https://www.example.com
Then your login url would be: https://www.example.com

Frequently Asked Questions

Can I use a self-signed certificate?
While nothing is stopping you from doing this, it is not recommended. Self-Signed Certificates are often flagged as untrusted by modern web browsers and the user is warned against accessing sites without trusted certificates

Aren't SSL Certificates expensive?
That depends on your definition of expensive. If you're not selling items with SSL and don't need the anti-fraud insurance, you can purchase a certificate for under $15.00 (US).

Can I use a Wildcard Certificate?
As long it is valid for your domain name, then yes.

How do I install a Certificate?
Your hosting provider can assist you with installing your SSL certificate.

What is my SSL Directory?
On modern web hosting platforms, this is usually the same as your standard public_html or htdocs directory. Contact your hosting provider for more information on this.

Can vBulletin Solutions install my security certificate?
This is not a service we offer at this time.

I purchased a new installation and would like this implemented. Can you do this?
With the purchase of the installation service, we can set up SSL logins provided the certificate is already installed. State you want this done in the customer comments field of your installation worksheet.
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.