I'm experience the infamous "SSL: Fatal Protocol Error" bug with Apache 2.x
According the fopen() documentation:
"If you are using fsockopen() to create an ssl:// socket, you are
responsible for detecting and suppressing the warning yourself."
I have been unable to determine how to go about suppressing these warnings.
Any help would be greatly appreciated.
According the fopen() documentation:
"If you are using fsockopen() to create an ssl:// socket, you are
responsible for detecting and suppressing the warning yourself."
I have been unable to determine how to go about suppressing these warnings.
Any help would be greatly appreciated.
Comment