Hi, I am trying to read the contents of a file using fopen or fsockopen over a secure SSL connection. I have a script working fine over a non-SSL connection, but it just won't work over SSL. I have tried using fsockopen with the port set to 443, (I have checked this and the file I am trying to read is on a server where the secure port is set to 443).
I am using PHP 4.3.0 on a Linux machine with OpenSSL installed. Has anyone got any ideas how I might be able to get this working? If it's not possible to read files over SSL using PHP, I will need to come up with another solution pretty quickly, so any help is much appreciated. Thanks, Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php