| Posted by Kim Andrι Akerψ on 02/23/07 08:11 
keychain wrote:
 > 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.
 
 You can supress warnings by putting an @ directly in front of the
 function name, like this:
 
 $handle = @fsockopen("ssl://server.example.com", 443);
 
 --
 Kim AndrΓ© AkerΓΈ
 - kimandre@NOSPAMbetadome.com
 (remove NOSPAM to contact me directly)
  Navigation: [Reply to this message] |