You have re-opened a discussion from 2007 about accessing the PayPal sandbox.
I'm not sure why you've done that (your post makes no reference to Sandbox), nor am I clear about what real "problem" you're talking about. Your CURL communications and IPN communications appear to be working fine.
coffee granules:
Using curltest with ?paypal parameter I am receiving the following error message:
ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAGE0=Method%20Specified%20is%20not%20Supported&L_SEVERITYCODE0=ErrorEOF
Does this mean anything to anyone, other than the cURL setup is not working properly?Actually, it means the CURL communication was successful. That error message comes from PayPal, and you would only see it if you were able to connect to them.
coffee granules:
ipncheck.php produces the following:
IPNCHECK.PHP - Version 1.0
IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443
IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY
Script finished.
> **coffee granules:**
>
> ...but ipn_test and ipn_test_return both return an illegal access message.Good, because those are for developer-use only and shouldn't work for you anyway.
> **coffee granules:**
>
> does anyone else know what might be causing *ipn_test.php* to die with an **illegal access** message?That's by design. Ignore it.
> **coffee granules:**
>
> After some further checking is
>
> **<https://mysite.tld/index.php?main_page=checkout_process>
> **
> even necessary?
>
> The above address is not a valid address for the cart, and Paypal does not require any kind of processing to be done through that address, so could it not be set as pretty much any address you like?
The Auto-Return URL is used when the customer doesn't click the button to return to your site. Zen Cart overrides that value with each transaction; however, you still need to give it a valid address or Paypal may disable the feature on you if it encounters failures. Same with the IPN URL.