Php Paypal IPN验证不起作用

Php Paypal IPN验证不起作用,php,paypal,paypal-ipn,Php,Paypal,Paypal Ipn,在paypal IPN验证期间向我显示错误。我使用了PHP()的paypal IPN代码示例 while (!feof($fp)) { // While not EOF $res = fgets($fp, 1024); // **Showing error from this line** } A PHP Error was encountered Severity: Warning Message: fgets() [function.fgets]: SSL: Connection r

在paypal IPN验证期间向我显示错误。我使用了PHP()的paypal IPN代码示例

while (!feof($fp)) { // While not EOF
   $res = fgets($fp, 1024); // **Showing error from this line**
}

A PHP Error was encountered
Severity: Warning
Message: fgets() [function.fgets]: SSL: Connection reset by peer
Filename: controllers/IPN_Listner.php
Line Number: 79