Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Mar 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: PayPal Website Payments Pro still asking for SSL...

    zencart/admin/includes/configure.php(not actual admin name due to security reasons)
    Code:
    /**
     * WE RECOMMEND THAT YOU USE SSL PROTECTION FOR YOUR ENTIRE ADMIN:
     * To do that, make sure you use a "https:" URL for BOTH the HTTP_SERVER and HTTPS_SERVER entries:
     */
      define('HTTP_SERVER', 'http://www.theeroticshop.net');
      define('HTTPS_SERVER', 'https://www.theeroticshop.net');
      define('HTTP_CATALOG_SERVER', 'http://www.theeroticshop.net');
      define('HTTPS_CATALOG_SERVER', 'https://www.theeroticshop.net');
    
      // 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');
    zencart/includes/configure.php
    Code:
    // 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.theeroticshop.net');
      define('HTTPS_SERVER', 'https://www.theeroticshop.net');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    did I miss something??

  2. #12
    Join Date
    Jan 2004
    Posts
    58,284
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: PayPal Website Payments Pro still asking for SSL...

    Quote Originally Posted by destroyed22 View Post
    did I miss something??
    Yes. Note the highlights from the admin configure.php file you quoted, below:
    Quote Originally Posted by destroyed22 View Post
    /**
    * WE RECOMMEND THAT YOU USE SSL PROTECTION FOR YOUR ENTIRE ADMIN:
    * To do that, make sure you use a "https:" URL for BOTH the HTTP_SERVER and HTTPS_SERVER entries:
    */
    define('HTTP_SERVER', 'https://www.theeroticshop.net');
    Your non-admin configure.php file is fine.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Mar 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: PayPal Website Payments Pro still asking for SSL...

    my god, your a life saver thank you!, I thought I had the settings all correct and read everything carefully.... but I guess I missed something... thank you so much

  4. #14
    Join Date
    Feb 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: PayPal Website Payments Pro still asking for SSL...

    This was driving me batty, too! And it was the https in the HTTP_SERVER setting that I had overlooked EVERY time.

    Thank you so much for this thread and the patient answers.

    deb

  5. #15
    Join Date
    Oct 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: PayPal Website Payments Pro still asking for SSL...

    define('HTTP_SERVER', 'http://www.theeroticshop.net');
    define('HTTPS_SERVER', 'https://www.theeroticshop.net');
    define('HTTP_CATALOG_SERVER', 'http://www.theeroticshop.net');
    define('HTTPS_CATALOG_SERVER', 'https://www.theeroticshop.net');"
    This used to work in the version 1.3 series.
    It is a change in the 1.5 version that requires the 'HTTP_SERVER' to be 'https' for payment modules.

  6. #16
    Join Date
    Sep 2010
    Location
    Stoke-on-Trent, Staffordshire. UK
    Posts
    133
    Plugin Contributions
    0

    Default Re: PayPal Website Payments Pro still asking for SSL...

    Same thing got me too. So I gues il just use a full ssl admin from now on. Perhaps the wiki page that the message links too could be slightly edited to inform paypal pro users that this is an essential step.
    Visit Andy's Motorcycles
    www.andysmotorcycles.com
    Motorcycle & Scooter Parts, Spares & accessories

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. PayPal Website Payments Pro UK
    By blob in forum PayPal Website Payments Pro support
    Replies: 4
    Last Post: 19 Feb 2009, 07:54 PM
  2. Paypal - Website Payments Pro
    By senattor in forum PayPal Website Payments Pro support
    Replies: 1
    Last Post: 6 Dec 2007, 07:06 PM
  3. Paypal Website Payments Pro
    By irrational in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 3 Oct 2007, 08:27 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
  •