Google Cloud 存储中的对象无法通过 CDN 访问。

huangapple go评论60阅读模式
英文:

Object inside google cloud storage not accessible trough CDN

问题

我对Google Cloud Storage和CDN有一个问题,我尝试通过CDN访问存储中的对象,但有时它说它无法访问 Google Cloud 存储中的对象无法通过 CDN 访问。

有人曾经遇到过类似的情况吗?有什么解决方法吗?有点奇怪,因为有时它可以工作,但有时却不能。

编辑:
如果我对我的对象网址使用curl,我得到以下内容:

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to
cdn.domain.com:443

英文:

I have a question about Google Cloud Storage and CDN, I try to access an object inside storage via CDN but sometimes it said it's unreachable Google Cloud 存储中的对象无法通过 CDN 访问。

Anyone ever challenge something like this? any idea to fix it? it's a bit weird since sometimes it's work but sometimes it's not.

EDIT:
here what i get if i curl to my object url:

> curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to
> cdn.domain.com:443

答案1

得分: 1

这是我解决问题的步骤:

  1. 转到您的谷歌云项目,打开网络服务 -> 负载均衡。
  2. 接下来,打开您CDN的负载均衡前端,删除已为负载均衡器创建的所有IPv6。
  3. 打开您的DNS记录仪表板,并删除与您刚刚删除的IPv6相关的所有DNS记录。
英文:

Here what I do to solve my problem

  1. Go to your google cloud project and open network service -> load balancing
  2. Next open load balancer frontend of your CDN delete all ipv6 that already created for the load balancer
  3. Open your DNS record dashboard and delete all DNS record that related with ipv6 that you just delete

huangapple
  • 本文由 发表于 2023年6月26日 12:19:47
  • 转载请务必保留本文链接:https://go.coder-hub.com/76553490.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定