Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2009
    Posts
    20
    Plugin Contributions
    0

    Default SSL Setup Problem

    Hi All,

    I am currently trying to activate the SSL finction.

    /includes/configure.php

    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      define('HTTP_SERVER', 'http://pgqld.com.au');
      define('HTTPS_SERVER', 'https://pgqld.com.au');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    I have this changed then check the file again from the server as it is not working & somehow it has RESET back to "false"


    /admin/includes/configure.php
    Code:
    // Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      define('HTTP_SERVER', 'http://pgqld.com.au');
      define('HTTPS_SERVER', 'https://pgqld.com.au');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    Cannot seem to activat the https function.

    Is there somewhere else that I need to set to stop this strange REWRITE function going on ?


    Cheers
    Matt

  2. #2
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: SSL Setup Problem

    Hi There,

    if the file is reverting back to false then it isn't saving correctly.

    You may need to change permissions on the file to be able to write to that file.

    Right click on it via FTP and edit permissions to be writable.

    Then try again.

    if you cant change the permissions then the server admin will need to change the permissions for you. Make a request to the webhost... let him know and he can fix that part so you can then change permissions yourself.

    Lastly, you must have a SSL with dedicated IP installed on your site. If just installed needs up to 24 hours to be activated and working.

    Lastly why do you now have www in your addressing?

    define('HTTP_SERVER', 'http://pgqld.com.au');
    define('HTTPS_SERVER', 'https://pgqld.com.au');

    should be

    define('HTTP_SERVER', 'http://www.pgqld.com.au');
    define('HTTPS_SERVER', 'https://www.pgqld.com.au');
    That wasn't the plan!

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: SSL Setup Problem

    By what method are you making changes? If the config files do not have 644 permissions you will not be able to change anything; nor can upload a file to replace.

 

 

Similar Threads

  1. Shared SSL setup problem
    By Mr.Pea in forum Basic Configuration
    Replies: 1
    Last Post: 23 Aug 2011, 04:15 PM
  2. ssl setup
    By eturk in forum Basic Configuration
    Replies: 3
    Last Post: 24 Jun 2009, 02:18 AM
  3. shared ssl setup problem with bluehost for .com
    By spawnie69 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 14 Feb 2009, 04:47 AM
  4. SSL Setup
    By CabinetGuy in forum General Questions
    Replies: 1
    Last Post: 24 Nov 2008, 11:42 PM
  5. SSL setup
    By Rickmann08 in forum General Questions
    Replies: 14
    Last Post: 18 Nov 2008, 10:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg