Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2007
    Posts
    34
    Plugin Contributions
    0

    Default Security Warning in admin.

    When I type in an order number in admin/orders I get a security warning every time. Is there any way to fix this? I am using https everywhere, shop and admin. Thanks.

    The information you have entered on this page will be sent over an insecure connection and could be read by a third party.

    Are you sure you want to send this information?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Security Warning in admin.

    Do you have a valid SSL certificate installed??

    Where is the frontend of your site?? url

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,970
    Plugin Contributions
    96

    Default Re: Security Warning in admin.

    Quote Originally Posted by roryg1 View Post
    When I type in an order number in admin/orders I get a security warning every time. Is there any way to fix this? I am using https everywhere, shop and admin. Thanks.

    The information you have entered on this page will be sent over an insecure connection and could be read by a third party.

    Are you sure you want to send this information?
    Have you properly set your admin up to do https everywhere? Make sure that /YOUR_ADMIN/includes/configure.php looks similar to:
    Code:
      define('HTTP_SERVER', 'https://yoursite.com');
      define('HTTPS_SERVER', 'https://yoursite.com');
      define('HTTP_CATALOG_SERVER', 'http://yoursite.com');
      define('HTTPS_CATALOG_SERVER', 'https://yoursite.com');
    
      // secure webserver for admin?  Valid choices are 'true' or 'false' (including quotes).
      define('ENABLE_SSL_ADMIN', 'true');
    
      // secure webserver for storefront?  Valid choices are 'true' or 'false' (including quotes).
      define('ENABLE_SSL_CATALOG', 'true');

  4. #4
    Join Date
    Nov 2007
    Posts
    34
    Plugin Contributions
    0

    Default Re: Security Warning in admin.

    Yes I have a cert installed. I also get the same alert when I am updating an order say to "shipped" or "update" etc.

  5. #5
    Join Date
    Nov 2007
    Posts
    34
    Plugin Contributions
    0

    Default Re: Security Warning in admin.

    Actually looking at the config file there was an error which is strange because I haven't touched. It. The only thing I can figure is the host used an old backup on a recent restore. I'll work with it and see if that cures it. Thank You.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Security Warning in admin.

    Please post back with solution for the community that may find this thread later

 

 

Similar Threads

  1. Security Warning
    By scastro in forum General Questions
    Replies: 1
    Last Post: 26 Mar 2010, 10:43 PM
  2. SSL Security Warning
    By GTrotter in forum General Questions
    Replies: 11
    Last Post: 16 Jul 2009, 10:24 PM
  3. Cybersource Security Warning in FF3
    By pmshope in forum Addon Payment Modules
    Replies: 4
    Last Post: 15 Sep 2008, 01:54 PM
  4. Security Warning Box
    By cherieperry in forum Basic Configuration
    Replies: 3
    Last Post: 12 Oct 2006, 06:14 AM

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