Allowing SSL socket transport in PHP

I need help with allowing SSL socket transport in PHP. I did my research on internet but non of the guides worked.

I need to move old site from Linux server to Windows server. While testing it on new server I’ve got stuck with this error:
Unable to find the socket transport “ssl” - did you forget to enable it when you configured PHP?

I enabled the SSL modules in Apache and PHP but it is not working with no helpful errors to follow.

Here is my PHP info: PHP Info

How do I add SSL to Registered Stream Socket Transports?

Sponsor our Newsletter | Privacy Policy | Terms of Service