Results 1 to 10 of 15

Hybrid View

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

    Default Re: switching PayPal IPN Verification Postback to HTTPS

    Checking the similar threads at the bottom of this post
    https://www.zen-cart.com/showthread....tback-to-HTTPS
    Zen-Venom Get Bitten

  2. #2
    Join Date
    Apr 2013
    Location
    United States
    Posts
    11
    Plugin Contributions
    0

    Default Re: switching PayPal IPN Verification Postback to HTTPS

    Quote Originally Posted by kobra View Post
    Checking the similar threads at the bottom of this post
    https://www.zen-cart.com/showthread....tback-to-HTTPS
    As I noted above this is precisely the reason I started this thread - the one you're referencing doesn't address the problem (the post #10 from that thread I referenced in the OP even misdirects it).

    Your suggestion in that thread is 'upgrade because the v138a code is very old', but as I explained above the v151 I am using is
    (a) relatively recent (b) the relevant function ipn_postback() is exactly the same in the latest v154.

    Can you, please, point me to the difference in the v154 code compared to v151 which would justify your proposed upgrade providing a solution to this specific issue?

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: switching PayPal IPN Verification Postback to HTTPS

    Where is the code that you reference above? I found something similar in includes/extras/ipncheck.php, but it uses https: not http:... And can't seem to find the area to which you seem to be referriing in 1.5.1 nor 1.5.4.maybe by directly referencing the code section, that would help. Otherwise, so far review of the various paypal files hasn't exposed what you reference above.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: switching PayPal IPN Verification Postback to HTTPS

    Okay, after re-reading the earlier post a few times, found the file to be includes/modules/payment/paypal/paypal_functions.php. Looking at version 1.5.5 of ZC, it looks like that $web related. Assignment has been changed to https:// from the above referenced http://... So, when made an official version, it looks like the function ipn_check will usehttps, though it seems like other calls to paypal related sites seem to use https all of the time.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Apr 2013
    Location
    United States
    Posts
    11
    Plugin Contributions
    0

    Default Re: switching PayPal IPN Verification Postback to HTTPS

    Many thanks. Yeah, looks like 1.5.5. has simply hardcoded https instead of http

    https://github.com/zencart/zencart/b..._functions.php

    Since this is the solution in the current development I'll make the same change.

  6. #6
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: switching PayPal IPN Verification Postback to HTTPS

    Quote Originally Posted by moogawooga View Post
    Many thanks. Yeah, looks like 1.5.5. has simply hardcoded https instead of http

    https://github.com/zencart/zencart/b..._functions.php

    Since this is the solution in the current development I'll make the same change.
    At the same time it is highly advised to upgrade to the latest, even though ZC 1.5.5 is just around the corner, the last several versions have been necessitated not really because the cart software needed new things, but because the software on which it depends (PHP) has been revised and the ZC code had to follow suit... Here is a situation where a payment processor is expecting different communication protocols and thus some other change is needed but at least it is/will be captured in the latest version of ZC with likely many threads to follow when so enabled.

    Anyways, all that to say, really should upgrade.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Apr 2013
    Location
    United States
    Posts
    11
    Plugin Contributions
    0

    Default Re: switching PayPal IPN Verification Postback to HTTPS

    I definitely will; I've been patching the more important things along the way but have been delaying the upgrade because it's a relatively big job (the people who did the store theme were hacks and overwrote files that shouldn't be modified).

    The thing was that the ipn postback issue that paypal is complaining about is not fixed in the current release 1.5.4, so even if I'd upgraded to that it doesn't solve it.

 

 

Similar Threads

  1. v138a PayPal IPN Verification Postback to HTTPS with v1.3.8
    By ferid in forum Built-in Shipping and Payment Modules
    Replies: 27
    Last Post: 23 Feb 2017, 10:07 PM
  2. v138a Access Denied on Paypal IPN verification
    By stoyka in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 13 Nov 2014, 04:06 PM
  3. PayPal IPN Security Measure problem after switching servers
    By Gloria in forum Addon Payment Modules
    Replies: 3
    Last Post: 2 Mar 2007, 04:25 PM
  4. switching from http to https
    By metamp in forum Basic Configuration
    Replies: 1
    Last Post: 8 Feb 2007, 09:00 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