Results 1 to 4 of 4

https:// Admin redirects to http://

This is a discussion on https:// Admin redirects to http:// within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; If I try to access my admin panel using the https:// URL, it redirects to the http:// URL. Any ideas ...

      
  1. #1
    Member
    Join Date
    Jun 2005
    Posts
    50
    Rep Power
    0


    Default https:// Admin redirects to http://

    If I try to access my admin panel using the https:// URL, it redirects to the http:// URL.

    Any ideas why this is happening?

    Https works fine on the catalog side (when checking out), and the configure looks to be ok as well.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default RE: https:// Admin redirects to http://

    You do not have the http (yes http, not https) url set correctly in the admin/includes/configure.php. The http url should be set to the actual ssl url. This will keep it from switching to non-ssl.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Member
    Join Date
    Jun 2005
    Posts
    50
    Rep Power
    0


    Default RE: https:// Admin redirects to http://

    Thanks for the quick reponse, but unfortunately that doesn't fix the problem. Now, it just redirects to the http: version of the https URL. Here's my defines in admin/includes/configure.php:

    define('HTTP_SERVER', 'http://driwashnguard.biz/atoolcrib');
    define('HTTP_CATALOG_SERVER', 'http://driwashnguard.biz/atoolcrib');
    define('HTTPS_CATALOG_SERVER', 'https://driwashnguard.biz/atoolcrib/');
    define('ENABLE_SSL_CATALOG', 'true');

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default RE: https:// Admin redirects to http://

    You did not do what I suggested.

    Change this :
    define('HTTP_SERVER', 'http://driwashnguard.biz/atoolcrib');

    to this:
    define('HTTP_SERVER', 'https://driwashnguard.biz/atoolcrib');
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Similar Threads

  1. MS2MAX - HTTP and hTTPS output differ on same pages.
    By glk in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-04-2004, 09:05 PM
  2. admin login goes https to http???
    By john- in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 12-23-2003, 07:19 AM
  3. setup guide for http to https?
    By JohnW in forum osCommerce 2.2 Installation Help
    Replies: 43
    Last Post: 03-17-2003, 09:39 AM
  4. admin login and https
    By MikeF in forum osCommerce 2.2 Modification Help
    Replies: 7
    Last Post: 03-11-2003, 01:15 PM

Bookmarks

Posting Permissions

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