Thread: SSL problem

Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    help question SSL problem

    Hi,
    I have problem with shared SSL.
    I set it up like this:
    // Define the webserver and path parameters
    define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
    define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/YOUR_USERNAME');
    define('ENABLE_SSL', 'true');
    And same in Admin config.

    Everything works fine. I got redirected on login page to https but when i go back to http i am automaticlly logged out. Same goes for admin area.
    Any idea?
    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: SSL problem

    Quote Originally Posted by cune View Post
    Hi,
    I have problem with shared SSL.
    I set it up like this:
    // Define the webserver and path parameters
    define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
    define('HTTPS_SERVER', 'https://YOUR_SECURE_SERVER.net/YOUR_USERNAME');
    define('ENABLE_SSL', 'true');
    And same in Admin config.

    Everything works fine. I got redirected on login page to https but when i go back to http i am automaticlly logged out. Same goes for admin area.
    Any idea?
    Thanks
    The following is from my includes/configure.php

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.mywebsite.co.uk');
    define('HTTPS_SERVER', 'https://www.mywebsite.co.uk');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    and then my youadminfolder/includes/configure.php

    define('HTTP_SERVER', 'http://www.mywebsite.co.uk');
    define('HTTPS_SERVER', 'https://www.mywebsite.co.uk');
    define('HTTP_CATALOG_SERVER', 'http://www.mywebsite.co.uk');
    define('HTTPS_CATALOG_SERVER', 'https://www.mywebsite.co.uk');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    Rob, hope that helps a little

  3. #3
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: SSL problem

    Quote Originally Posted by RobWUK View Post
    The following is from my includes/configure.php

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://www.mywebsite.co.uk');
    define('HTTPS_SERVER', 'https://www.mywebsite.co.uk');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    and then my youadminfolder/includes/configure.php

    define('HTTP_SERVER', 'http://www.mywebsite.co.uk');
    define('HTTPS_SERVER', 'https://www.mywebsite.co.uk');
    define('HTTP_CATALOG_SERVER', 'http://www.mywebsite.co.uk');
    define('HTTPS_CATALOG_SERVER', 'https://www.mywebsite.co.uk');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    Rob, hope that helps a little
    I did everything like this but i still get logged out.
    Thanks for help anyway.

  4. #4
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: SSL problem

    PM a link to your site so i can see what you mean, when you say you are logged out, do you mean as in, when you sign in its in encypted mode and then once logged in it goes back to normal, if that's the case mine does the same, general browsing should be normal moide, the only time the padlock is on, is when i am signing in, or going through checkout

    Rob

  5. #5
    Join Date
    Apr 2005
    Location
    NSW - Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: SSL problem

    Hi Cune,

    Just wondering if you where able to fix your issue.
    Just happen to be having the same issue using shared ssl

    I am using PHP 5.2.5, which on looking has removed a session command.
    Love to know how you went !

    Brad

 

 

Similar Threads

  1. SSL problem
    By redrob in forum General Questions
    Replies: 1
    Last Post: 21 Apr 2012, 08:14 AM
  2. SSL problem
    By Amccoy in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 18 Apr 2009, 12:58 AM
  3. SSL problem
    By sinsister in forum General Questions
    Replies: 3
    Last Post: 30 Dec 2008, 07:00 PM
  4. SSL problem?
    By Nidan1117 in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 6 May 2008, 03:33 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