Calling file_get_contents() with https:// urls give me the following error:
warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
I've read 10+ SO questions and all of them say to enable extension=php_openssl.dll
I did this and I'm still having issues...
What else could it be?