Can I run VB over a SSL? and how?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wgwi
    New Member
    • Jul 2004
    • 3
    • 3.0.3

    Can I run VB over a SSL? and how?

    I'm trying to setup a BSS for our company, as sensitive business info. will be posted on it, I want to run it in a restricted mode. Is it possible to run Vbulletin with SSL protection? and how can we do so?

    Thanks
    wgwi
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    Hi there, yes it is possible to run vBulletin over SSL. You can set the URL in the vbulletin options part of the admin control panel.

    Comment

    • Scott MacVicar
      Former vBulletin Developer
      • Dec 2000
      • 13286

      #3
      As floris has said as long as the bburl as https instead of http then it will use https on all the pages that have this URL.

      You need to be running on port 443 which is the standard SSL port or you may have to change a small bit of code to get cookies to work correctly.

      It would be ideal to make sure that it doesn't serve on http to be sure.
      Scott MacVicar

      My Blog | Twitter

      Comment

      • The_Enigma
        Senior Member
        • Jul 2003
        • 105

        #4
        what sort of code change for the cookies?

        Comment

        • tjnugent
          New Member
          • Oct 2003
          • 2

          #5
          Originally posted by Scott MacVicar
          As floris has said as long as the bburl as https instead of http then it will use https on all the pages that have this URL.
          It's not working on my site. I've set the AdminCP->vB Options->Site Name/URL/Contact Details page so that the "Forum URL" includes "https://" at the beginning. But if I connect to the forums via "http://" the links listed on the page are "http://" and not "https://". Am I misunderstanding your point? Or is there some other option I need to set?

          It would be ideal to make sure that it doesn't serve on http to be sure.
          How do you do that? How do you get vB (any page on the entire forum site) to force the connection to switch to "https://" if it's not already on it? I haven't had any luck finding anything on the vB.com site about forcing SSL - everything I see just says "set the site URL to https:// in the Admin CP", which as I said above doesn't work.

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #6
            i think, if your server is running apache you can redirect anyone who trys to go to a http: with an https i know that paypal does it (not sure what they run on however), but it should be doable with an .htaccess

            php method and htaccess

            A community for web designers and developers to discuss everything from HTML, CSS, JavaScript, PHP, to Photoshop, SEO and more.
            Last edited by Zachery; Fri 6 Aug '04, 11:43am.

            Comment

            Related Topics

            Collapse

            Working...