Re: [PHP] fsockopen and https

2001-10-27 Thread John
From: "Brad Hubbard" <[EMAIL PROTECTED]> > > I am using fsockopen to post data to a dll on a SSL server. I setup the > > socket data and successfully posted the data to port 80 but as soon as I > > switch to port 443 I received no errors or text. > > Does this help? I use this on web servers to

Re: [PHP] fsockopen and https

2001-10-26 Thread Frewuill Rodriguez
As far as i know PHP can't handle SSL yet.. at least that was the situation a few versions ago. =( - Original Message - From: "Brad Hubbard" <[EMAIL PROTECTED]> To: "John" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 26, 20

Re: [PHP] fsockopen and https

2001-10-26 Thread Brad Hubbard
On Fri, 26 Oct 2001 17:18, John wrote: > Hello All, > > I am new to this list and am sure most of you are tired of this subject > appearing. Please forgive me as I am becoming tired of searching archives > and the internet and I am hoping someone here can help me. > > I am using fsockopen to post

[PHP] fsockopen and https

2001-10-25 Thread John
Hello All, I am new to this list and am sure most of you are tired of this subject appearing. Please forgive me as I am becoming tired of searching archives and the internet and I am hoping someone here can help me. I am using fsockopen to post data to a dll on a SSL server. I setup the socket