how to install OpenSSL in windows 7 and also how to check, its enabled or not?

Posted by Andy on Super User See other posts from Super User or by Andy
Published on 2011-01-28T19:38:53Z Indexed on 2011/01/28 23:29 UTC
Read the original article Hit count: 210

Filed under:
|

how to install OpenSSL in windows 7 and also how to check, its enabled or not? I currently run php through the command line locally not on a server. Thanks

I recently installed php 5.2.17

I ran a program which connect with a https server and I got the following error Notice: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\java\newsweaver-api-v2\simple\list- tags.php on line 30

I added extension=php_openssl.dll to php.ini but I'm wondering is openssl native to php 5.2.17 or do I need to download an extntion.

Thanks

© Super User or respective owner

Related posts about php

Related posts about openssl