|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-28 11:21 UTC] nlopess@php.net
[2005-09-28 11:24 UTC] smajor at gmail dot com
[2005-09-28 13:01 UTC] sniper@php.net
[2005-10-06 01:00 UTC] php-bugs at lists dot php dot net
[2007-06-21 16:51 UTC] cardoe@php.net
[2007-07-03 23:48 UTC] iliaa@php.net
[2007-07-11 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 21:00:01 2025 UTC |
Description: ------------ SSL: fatal protocol error in php 5.0.3, 5.0.4, 5.05 when opening a connection to https using file(). Does anyone know how to correct this issue? I have upgraded to the latest pear packages and also OpenSSL this does not matter what server you access it from go ahead and run the code with that url. the server will not aalow you to connect without an error. Reproduce code: --------------- $test = file("https://www.quantumns.com/style.css"); Actual result: -------------- Warning: file() [function.file]: SSL: fatal protocol error in /home/httpd/vhosts/quantumns.com/httpdocs/chat.php on line 34 but the output is still returned.