Closed derweili closed 6 years ago
When searching for some photos using $photos = \Crew\Unsplash\Search::photos('Love', 1, 30); i receive following error on my local mamp server:
$photos = \Crew\Unsplash\Search::photos('Love', 1, 30);
Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:186 Stack trace: #0 /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(150): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array) #1 /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(103): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #2 /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #3 /Users/julian-weiland/ins in /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 186
When searching for some photos using
$photos = \Crew\Unsplash\Search::photos('Love', 1, 30);
i receive following error on my local mamp server:Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:186 Stack trace: #0 /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(150): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array) #1 /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(103): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #2 /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #3 /Users/julian-weiland/ins in /Users/julian-weiland/instabot/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 186