您好,我安装了一个wamp,在其中使用symfony 4框架对外部服务进行oauth2调用。但是,当呼叫从身份验证而不是页面返回时,我收到以下错误:
cURL error 7: Failed to connect to test.example.gr port 443: Timed out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
在我收到cURL错误6之前,我通过如下编辑hosts文件解决了该问题:
#
127.0.0.1 localhost
::1 localhost
84.205.246.237 test.example.gr
是否由于我落后于代理人而发生此错误?我应该在主机文件中添加内容还是在代码中更深入地研究?