Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Admin pages jumps from https to http

    ... and now you understand why the admin doesn't switch from HTTP to HTTPS automatically like the catalog.

    You can run the whole Admin as SSL by changing your configure files. Change the HTTP paths to the HTTPS address.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  2. #2
    Join Date
    Feb 2005
    Location
    Captain Cook, Hawaii
    Posts
    179
    Plugin Contributions
    0

    Default Re: Admin pages jumps from https to http

    I had changed the 2 defines to both point to HTTPS:

    define('HTTP_SERVER', 'https://www.myserver.com');
    define('HTTPS_SERVER', 'https://www.myserver.com');

    Everything worked fine except for displaying the flag from the language directory. Every time I went to modify a catalog item, the dreaded "mixed secure and non-secure" message came up.

    I finally changed the following text from HTTP_CATALOG_SERVER to HTTPS_CATALOG_SERVER and it seems to be working now.

    define('DIR_WS_CATALOG_LANGUAGES', HTTPS_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');

    So if anyone needs to secure the Admin side of things (so USPS and Authorize.Net passwords are not sent in the clear when you modify their configs) just go to the Admin config file and change all 3 of the above defines to reflect HTTPS.
    Aloha from Hawaii! (its a dirty job, but SOMEBODY has to live here...)

 

 

Similar Threads

  1. HTTP vs HTTPS pages - as designed?
    By Brian1234 in forum General Questions
    Replies: 3
    Last Post: 13 Jun 2011, 03:41 AM
  2. Replies: 15
    Last Post: 6 Jul 2010, 03:24 AM
  3. From http:// to https://
    By Phoebus in forum General Questions
    Replies: 2
    Last Post: 9 Jan 2010, 12:07 AM
  4. Many http links in https pages
    By Brian1234 in forum General Questions
    Replies: 4
    Last Post: 11 Mar 2008, 03:18 AM
  5. Admin jumps from https to http
    By sarahk in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 7 Jun 2007, 10:42 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