So that, what can i do to connect SSL server in this version (4.3.3)

Astron

"Astron Of Bronx" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> himm 4.3.3 it is new version.?
>
> Thanks,
> Astron
>
> "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > What version of php do you have. ssl:// is available only since 4.3.0
> >
> > Astron of BrOnX wrote:
> >
> > > Hi all, i have been trying to connect a server which has SSL support..
I
> > > have enabled SSL support from php.ini which lines,
> > >
> > > extensition=extensitions/php_openssl.dll;
> > >
> > > When i looked up phpinfo() for information, It says, OpenSSL support
is
> > > enable and seems to be okay.. But tyring to use this code;
> > >
> > > $sock = fsockopen("ssl://$host", 443, $errno, $errstr, 30);
> > >
> > > i have still an error which is;
> > >
> > > Warning: fsockopen(): no SSL support in this build in
> > > c:\inetpub\wwwroot\cenebaz\test.php on line 4
> > >
> > > Warning: fsockopen(): unable to connect to www.a1.net:443 in
> > > c:\inetpub\wwwroot\cenebaz\test.php on line 4
> > > The operation completed successfully. (0)
> > >
> > > The same code running on linux system correctly. But on windows not..
> > >
> > > If you have any idea to share with me i will be pleased to all of you.
> > >
> > > Thanks,
> > > Astron
> > >

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to