Jump to content

IPN fsocketopen failure


freelance84

Recommended Posts

Upon testing my PayPal IPN script, the paypal payment was recieved from payer to buyer, however the IPN script did not go any further than line 17... and therefore did not log any of the payment info into the designated mysql table, nor did it update anything else.

 

The following error was logged in the "error_log":

 

PHP Warning:  fsockopen()

[<a href='function.fsockopen'>function.fsockopen</a>]:

 

unable to connect to ssl://www.paypal.com:443

 

(Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)

 

in /home/mysite/public_html/paypal_listener.php on line 17

 

This is the line in question on my IPN script:

$fp = fsockopen ('ssl://www.paypal.com', 443, $errno, $errstr, 30);

 

Completely new ground to me, but do i need to be getting the admins who host my site to enable this?

 

I read somewhere that:

The PHP function fsockopen() may not work because of firewall restrictions on the outgoing connections.

 

Any light on the issue would be brilliant here, bit lost.

Link to comment
Share on other sites

After further probing i found this https://www.x.com/docs/DOC-1551

 

It states that some hosts do not support fsocketopen and some don't support curl.

 

I can only assume that mine does not support fsocketopen and therefore must edit my script for curl instead as upon a reply from paypal they assured me that the error was not on their side.

 

All in all i am so far pretty disapointed in the technical info that paypal gives out. Their technical team isn't too bad at responding to your questions but the std manuals are less than adequate.

 

Does anyone know of a way of determining if you host supports fsocketopen or curl or both for future reference

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.