You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting certificate issues in some of the queries.
Any ideas?
Maybe should be nice a way to disable certificate check to avoid having errores with cURL.
I get this error:
Uncaught exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 51: SSL peer certificate or SSH remote key was not OK (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)' in /ROUTE/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:187
Stack trace:
#0 /ROUTE/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(150): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array) #1 /ROUTE/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 /ROUTE/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handle
The text was updated successfully, but these errors were encountered:
Thank you kafcom, though it seems weird to me, since if that were the problem I always would get that problem. Maybe is when trying to get an intermediate CA...
I'll try it however to see if it works, thank you.
I'm getting certificate issues in some of the queries.
Any ideas?
Maybe should be nice a way to disable certificate check to avoid having errores with cURL.
I get this error:
Uncaught exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 51: SSL peer certificate or SSH remote key was not OK (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)' in /ROUTE/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:187
Stack trace:
#0 /ROUTE/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(150): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
#1 /ROUTE/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 /ROUTE/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handle
The text was updated successfully, but these errors were encountered: