HTTP to HTTPS help...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cream
    New Member
    • Aug 2014
    • 14
    • 5.2.x

    HTTP to HTTPS help...

    Hello,

    I switched my site to https, but now i getting 500 Error,
    I already changed URLs at AdminCP settings to new one,
    maybe i need to edit also some files?

    That is the address

    Thanks in advance for help
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    Have you installed an SSL certificate on the server?
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Cream
      New Member
      • Aug 2014
      • 14
      • 5.2.x

      #3
      Originally posted by Mark.B
      Have you installed an SSL certificate on the server?
      Yes, of course
      You can see that here: https://awesome.co.il/genady/platforms_mobile.png (It's secure connection)

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24288
        • 6.0.X

        #4
        Looks like the certificate is invalid for that URL:

        www.awesome.co.il uses an invalid security certificate. The certificate is only valid for the following names: xhosting.co.il, www.xhosting.co.il, awesome.co.il
        Error code: SSL_ERROR_BAD_CERT_DOMAIN

        It covers your non-www domain but not the www domain.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • Cream
          New Member
          • Aug 2014
          • 14
          • 5.2.x

          #5
          Originally posted by Mark.B
          Looks like the certificate is invalid for that URL:

          www.awesome.co.il uses an invalid security certificate. The certificate is only valid for the following names: xhosting.co.il, www.xhosting.co.il, awesome.co.il
          Error code: SSL_ERROR_BAD_CERT_DOMAIN

          It covers your non-www domain but not the www domain.
          Ok, probably you right, but why i getting 500 error if i'm try to enter the site without www.? i changed urls at AdminCP to https://awesome.co.il and it's still not working.
          Any idea?

          Thanks

          Comment

          • Trevor Hannant
            vBulletin Support
            • Aug 2002
            • 24359
            • 5.7.X

            #6
            What's in the server's error logs for the time of that error?
            Vote for:

            - Admin Settable Paid Subscription Reminder Timeframe (vB6)
            - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

            Comment

            • Cream
              New Member
              • Aug 2014
              • 14
              • 5.2.x

              #7
              Originally posted by Trevor Hannant
              What's in the server's error logs for the time of that error?
              This one?
              Code:
              [Tue Nov 29 18:57:18.354666 2016] [:error] [pid 14054] [client my ip] PHP Warning:  require_once(/home/creamus/domains/config.php): failed to open stream: No such file or directory in /home/creamus/domains/awesome.co.il/public_html/includes/vb5/config.php on line 66
              [Tue Nov 29 18:57:18.354713 2016] [:error] [pid 14054] [client my ip] PHP Fatal error:  require_once(): Failed opening required '/home/creamus/domains/config.php' (include_path='.:/usr/local/lib/php') in /home/creamus/domains/awesome.co.il/public_html/includes/vb5/config.php on line 66
              Same time, when the 500 error
              Code:
              my ip - - [29/Nov/2016:18:57:18 +0200] "GET / HTTP/1.0" 500 374 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36"
              my ip - - [29/Nov/2016:18:57:18 +0200] "GET / HTTP/1.0" 500 374 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36"
              Last edited by Cream; Wed 30 Nov '16, 9:25am.

              Comment

              • William Thomas Jr
                Senior Member
                • Nov 2014
                • 526
                • 5.1.x

                #8
                Don't know whether this "needs" to be changed, but mine is SSL and the below has:

                In core/includes/config.php

                $config['Misc']['baseurl'] = 'https://www.yourdomain.com';

                Comment

                • Cream
                  New Member
                  • Aug 2014
                  • 14
                  • 5.2.x

                  #9
                  Originally posted by William Thomas Jr
                  Don't know whether this "needs" to be changed, but mine is SSL and the below has:

                  In core/includes/config.php

                  $config['Misc']['baseurl'] = 'https://www.yourdomain.com';
                  Thank you!! that's the solution

                  Comment

                  Related Topics

                  Collapse

                  Working...