vBulletin 5 Connect - Enabling SSL Login

Collapse
X
Collapse
 

  • vBulletin 5 Connect - Enabling SSL Login

    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: http://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.

    • TundraSoul
      #1
      TundraSoul commented
      Editing a comment
      I'm so going to try this out. Thanks Wayne.

    • jpsandiego
      #2
      jpsandiego commented
      Editing a comment
      Is it possible that this feature can be backported to vBulletin 4.2.x? I would like to have login over SSL and keep the rest of the site non-SSL if possible and this feature looks to make that happen.

      Thanks!
    Posting comments is disabled.

Related Topics

Collapse

Working...