Your IPN listener doesn't need to be on https. That's just for communicating with PP on the way back.
But I think you should consider using cURL for this. Here's a tutorial for doing it with plain PHP: http://www.geekality.net/2011/05/28/php-tutorial-paypal-instant-payment-notification-ipn/ I've also seen a couple of Cake plugins for doing this. Check on the bakery site. On Mon, Nov 19, 2012 at 7:04 PM, Daniel <[email protected]> wrote: > What if I don't have an SSL certificate on my server? > > On Monday, 19 November 2012 22:56:39 UTC, cricket wrote: >> >> I think that should be "ssl://" before the domain. > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
