how are we doing on this?!?...
this'd be my last try to seek help here... i did on a few other mailing
lists and forums but nobody has anything to say... i guess i'd never get
ssl connection with php regardless of what it's in the documentation on
the php.net site...
On Tue, 25 Mar 2003, Kalin
On Tue, 25 Mar 2003, The Doctor wrote:
> On Mon, Mar 24, 2003 at 11:15:05PM -0500, Kalin Mintchev wrote:
> >
> > hi all,
> >
> > i have problems getting fopen() and fsockopen() to work over https..
> >
> > here is the problem..
> >
> > from the phpinfo:
> >
> > OpenSSL support enabled
> > Open
On Mon, Mar 24, 2003 at 11:15:05PM -0500, Kalin Mintchev wrote:
>
> hi all,
>
> i have problems getting fopen() and fsockopen() to work over https..
>
> here is the problem..
>
> from the phpinfo:
>
> OpenSSL support enabled
> OpenSSL Version OpenSSL 0.9.6h 5 Dec 2002
OpenSSL 0.9.
part 2:
---
got curl 7.10.3 (latest version)...
recompiled php 4.3.1 with curl. no errors. shows up fine on phpinfo...
testing with:
$ch = curl_init ("http://moo.org";);
$fp = fopen("http://moo.org/index.html";, "r");
curl_setopt ($ch, CURLOPT_FILE, $fp);
curl_setopt ($ch, CURLOPT_HEAD
4 matches
Mail list logo