Re: [PHP] CURL + https

2003-10-02 Thread - Edwin -
Hi, On Wed, 1 Oct 2003 14:14:11 +0200 Yonatan Ben-Nes [EMAIL PROTECTED] wrote: well when i try to work with curl through the shell it work fine without any problems more then that when i use the curl with php at my server to another page at my server its working fine also, just when i

[PHP] CURL + https

2003-10-01 Thread Yonatan Ben-Nes
Hi, I'm currently building an e-commerce site and I need to create the connection between the site and the server which validate the credit card. I'm trying to do it with CURL which will post all the information from a secured page (https) to another secure page, the code that i succeded to

Re: [PHP] CURL + https

2003-10-01 Thread Marek Kilimajer
Did you compile php with openssl support? Yonatan Ben-Nes wrote: Hi, I'm currently building an e-commerce site and I need to create the connection between the site and the server which validate the credit card. I'm trying to do it with CURL which will post all the information from a secured

Re: [PHP] CURL + https

2003-10-01 Thread Yonatan Ben-Nes
mistake? - Original Message - From: Marek Kilimajer [EMAIL PROTECTED] To: Yonatan Ben-Nes [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 1:04 PM Subject: Re: [PHP] CURL + https Did you compile php with openssl support? Yonatan Ben-Nes wrote: Hi, I'm