Failed to connect to www.googleapis.com port 443: Network unreachable

前端 未结 5 1177
被撕碎了的回忆
被撕碎了的回忆 2020-12-18 11:45

I\'m trying to implement google sign-in in my website that is written in Symfony2 using Google Client API. I followed the instructions here, but when I call $client->authent

5条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-18 12:31

    Looks like an outgoing firewall/proxy/network issue. You should be able to verify that using ping and curl from the machine where your website runs.

提交回复
热议问题