Ola, estou tentando rodar o código desenvolvido na aula "buscando os cursos da Alura. Porém esta dando erro. esse seria o código:
e o erro que está parecendo é o seguinte:
PHP Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 28: Failed to connect to www.alura.com.br port 443 after 63016 ms: Couldn't connect to server (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for
https://www.alura.com.br/cursos-online-programacao/php in C:\Users\alan.pereira\untitled1\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:210
pesquisando o código do erro (cURL error 28) no site https://curl.haxx.se/libcurl/c/libcurl-errors.html essa é a descrição do erro:
CURLE_OPERATION_TIMEDOUT (28)
Operation timeout. The specified time-out period was reached according to the conditions.
alguém poderia me ajudar?...Agradeço desde já. =)