Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26
  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
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    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!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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
    5
    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
    131
    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

  7. #17
    Join Date
    Aug 2007
    Posts
    14
    Plugin Contributions
    0

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

    Wow, this is retarded i might say. I was staring at the code for 3 hours until I found that HELPFULL post.

    Somebody seriously think admins are going to read comments? Come on. I would have to spend 10 year extra of my life if I would start reading comments on every code page I open.

    I wish there were EXAMPLES in the code for HTTPS. that way anybody could quickly catch that HTTPS and HTTP servers both use httpS.

    Anyway, thanks a lot for the answer. It saved me extra 10 hours I would spend on debugging the entire shopping cart. I already spent 5 hours yesterday figuring out why 2CO modules are not properly removed upon uninstall.

  8. #18
    Join Date
    Nov 2010
    Location
    Spokane Wa
    Posts
    75
    Plugin Contributions
    0

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

    Hello I am using zencart ver151.1. I am having the same problem as the other folks . I tried the solution
    easyjtm used, ran the fix_cache_key app it did find a difference and synced them. However Paypal Pro still shows ssl not enabled, which it is. Is there anyplace in the code or in the data base to manually trigger paypal pro to accept the current ssl. would rebooting the server help. any help you can offer would be much appreciated. Website is http://theelectricaldepot.com Please disregard this post! after carefully reading the post I found the problem needing to change both server entry's to https. sorry for the post!
    Last edited by itcetera; 20 Aug 2014 at 12:11 AM.

  9. #19
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

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

    Quote Originally Posted by itcetera View Post
    Hello I am using zencart ver151.1. I am having the same problem as the other folks . I tried the solution
    easyjtm used, ran the fix_cache_key app it did find a difference and synced them. However Paypal Pro still shows ssl not enabled, which it is. Is there anyplace in the code or in the data base to manually trigger paypal pro to accept the current ssl. would rebooting the server help. any help you can offer would be much appreciated. Website is http://theelectricaldepot.com
    You must not have updated the /your_renamed_admin_folder/includes/configure.php to change the HTTP_SERVER define to a URL starting with https://
    Remember, if the file on the server has been marked read-only, any changes you attempt to save to it will not save.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  10. #20
    Join Date
    Dec 2007
    Posts
    18
    Plugin Contributions
    0

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

    I don't know if this is asked anywhere but I am also not able to install paypal payments pro. I have a shared ssl that came with my hosting package and the module says that I need to set up ssl before installing. I have the files correct and accessing my admin area through the new secure link. The other issue is every time I click on something in my admin area I have to log back in, regardless of time. If this is answered somewhere please direct me to its location. Can you set up payments pro with a shared ssl?

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v151 PayPal Website Payments Pro still asking for SSL
    By rmu065 in forum PayPal Website Payments Pro support
    Replies: 3
    Last Post: 14 Apr 2013, 06:55 PM
  2. Have PayPal Website Payments Pro - Still getting customer CC info!
    By dejap in forum PayPal Website Payments Pro support
    Replies: 5
    Last Post: 29 Oct 2009, 08:33 PM
  3. PayPal Website Payments Pro for Zen Cart
    By innovita in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 27 Apr 2007, 06:52 PM
  4. PayPal Website Payments Pro support for the UK
    By distanceDemon in forum Addon Payment Modules
    Replies: 2
    Last Post: 18 Jan 2007, 02:10 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR