Trouble Accessing API

I am attempting to grab information from an outside API and am getting this error:

file_get_contents(): Unable to find the wrapper “https” - did you forget to enable it when you configured PHP?

I have curl and opensll comiled in the exe,

I have both allow_url_fopen = on & allow_url_include = on.

Any thoughts?

Are you trying to use file_get_contents to read the result of a PHP script compiled in your app?