That request looks an awful lot like an HTTPS request: - the port is 443 - the header is an HTTP request header (including POST /cgi-bin/webscr HTTP/1.0\r\n)
I would suspect that making the request using https scheme instead of ssl with Zend_Client_Http would work. Are you get specific errors when you do? Konr On Wed, Oct 5, 2011 at 2:36 PM, Jurian Sluiman <[email protected]> wrote: > Hi all, > > For ecommerce applications, I need to post data to schemes starting with > ssl://, for example the PayPal Instant Payment Notification > (ssl://www.paypal.com) or iDeal service, a typical Dutch payment method. > > I'd like to use Zend_Http_Client or another object oriented approach, but > Zend_Http_Client supports only http:// and https:// schemes. PayPal gives an > php4.1 example with fsockopen() [1]. > > Is there a method to utilize Zend_Client_Http, another component or doesn't it > make any sense? > > Regards, Jurian > > [1] https://cms.paypal.com/cms_content/US/en_US/files/developer/IPN_PHP_41.txt > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > > -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
