I am trying to open a https-page using fsockopen().
In the manual i says that in order to do this, you need to add "ssl://" before the hostname.
When I do this, I get the error:
Warning: fsockopen(): no SSL support in this build in D:\Program Files\Apache Group\Apache2\htdocs\httpsTest.php on line 54
How do I enable SSL-support for PHP in Windows?
My setup:
win2000
apache 2
php 4.3.4
Any thoghts?
// Michelle