View previous topic :: View next topic
Author
Message
Andrew Barnett Guest
Posted: Tue Feb 02, 1999 7:16 pm Post subject: Opening page on secure server.
Is there a way to open secure web pages? For example, I can open a normal web page:
$website = file( "http://foo.bar.com/" );
How would I open a page on a secure server?
I've tried:
$securesite = file( "https://secure.bar.com/" );
and:
$securesite = file( "http://secure.bar.com:443/" );
TIA - Andrew
Back to top
Boaz Yahav Guest
Posted: Thu Feb 04, 1999 9:20 am Post subject: RE: Opening page on secure server.
I got this from zeev (onve of the core developers of PHP) :
"No, that would require linkage of SSL code which would make PHP non-redistributable from the US.
No go."
thanks zeev
Back to top
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Powered by phpBB © 2001, 2005 phpBB Group
PHP Forum :: MySQL Forum :: Java Script Forum