我正在尝试调试我的 Authelia 作为 OIDC 提供商时出现的问题。Gitea 实例尝试连接https://auth.mydomain.com/.well-known/openid-configuration
并因超时而失败。当我curl
在 Gitea Docker 容器内以及直接在其运行的 Debian 服务器上运行时,我得到了
curl: (28) Failed to connect to auth.mydomain.com port 443 after 130595 ms: Couldn't connect to server
但是,ping
显示没有数据包丢失,并且公网 IP 正确。此外,traceroute
仅返回 2 跳。
如果我尝试curl
从我的电脑上进行操作,我会得到预期的输出 - 所以我知道 Authelia 已启动并正在运行。
你能帮我找出导致这种现象的原因吗?