I try to connect eauth (authorization through social networks) and get:
You must have either https wrappers or curl enabled.
P.S. php_curl.dll and php_openssl.dll in php.ini uncommented.
Exception code:
if(!function_exists('curl_init') && !in_array('https', stream_get_wrappers())) { throw new ErrorException('You must have either https wrappers or curl enabled.'); ...
Does not work on localhost. Filled on the server - everything is OK.