[PHP] Talking XML over SSL with PHP?

2002-03-28 Thread Devin Atencio
I am trying to write a program that will talk to UPS. It appears that the requirements is that i must talk SSL and then submit XML type documents as a POST. Would it be easy in PHP to talk SSL via Socket Layer? Any help would be appreciated. -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Talking XML over SSL with PHP?

2002-03-28 Thread bvr
It is going to be very easy ! On http://www.php.net/manual/en/function.fopen.php read: ...As of PHP 4.3.0 (not yet released), if you have compiled in support for OpenSSL, you may use https://; to open an HTTP connection over SSL... Meanwhile you could do this with CURL which is slightly more