php fopen ssl error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,
With CentOS php53 I get an SSL Error

<?php
  $handle = fopen("https://maps.google.com";, "r");
  $contents = stream_get_contents($handle);
  fclose($handle);
?>

will result in something like

Warning: stream_get_contents(): SSL: fatal protocol error in bla.php on line 3

Some https pages do not raise this error, e.g. https://www.redhat.com is fine
What is wrong? How to debug?
-- 
Markus
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux