Hi all,
I'm trying to get https to be a registered stream on my win2k install of php. Open ssl is installed, and seems to be working properly, but https is still not listed as a registered stream according to phpinfo (here).
I just built php on win2k using visual studio 6. The openssl libs, headers and binaries were placed in the respective win32build folders prior to building php. libeay32.dll has been copied to system32. The openssl extension is enabled. What do I have to do to get https as a registered stream on windows? I didn't change any of the source files prior to building php, is there somewhere I need to enable the https stream?