Hi guys,
Does anyone figured out why ssl support on PHP is not working, even if you recompile the PHP through easyapache script?
Many thanks
Hi guys,
Does anyone figured out why ssl support on PHP is not working, even if you recompile the PHP through easyapache script?
Many thanks
Originally Posted by asmar
Why do you think it is not working?
If I go to my site:
http://mysite.com/info.php
https://mysite.com/info.php
info.php is:
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>
Both work fine.
Are you not able to reach something like that?
-Alon.
Originally Posted by SupermanInNY
I am trying to test an ecommerce script and I am getting the following error:
Warning: fsockopen(): no SSL support in this build in ................