Warning: fread(): SSL: fatal protocol error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amolkad
Forum Newbie
Posts: 22
Joined: Tue Jun 01, 2004 7:22 am

Warning: fread(): SSL: fatal protocol error

Post by amolkad »

I am getting following error when i am using fsockopen with https.

Warning: fread(): SSL: fatal protocol error at line 23
My serever is Linux 7 2.6.7-gentoo
Apache version:2.0

I have searched on net for the solution but there is no exact solution for same.
Help would be appreciated.
rehfeld
Forum Regular
Posts: 741
Joined: Mon Oct 18, 2004 8:14 pm

Post by rehfeld »

show us more of the code, maybe the headers your sending arent right. just a guess.


also, try openeing a diff url, see if it still happens.
Post Reply