Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
466 views
in Technique[技术] by (71.8m points)

google cloud platform - www DNS record with GCP static website using CloudFare

I am hosting a small static website on a Google Cloud bucket. My website is pierre-alexandre.io and my bucket has the same name. I am using CloudFare as a DNS and the website is currently accessible with those urls:

  • https://pierre-alexandre.io
  • pierre-alexandre.io which redirects to https://pierre-alexandre.io

I added a new CName record to handle the www.pierre-alexandre.io url but it's telling me I should have bucket called www.pierre-alexandre.io instead of pierre-alexandre.io

<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist.</Message>
</Error>

Do you know what would be the proper way to fix it?

CloudFare settings DNS settings

question from:https://stackoverflow.com/questions/65621685/www-dns-record-with-gcp-static-website-using-cloudfare

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

There is no way to access a bucket using multiple CNAME record.

Your url must be same with GCP bucket name whether it is root or sub.

I think forwarding the url pierre-alexandre.io to www.pierre-alexandre.io is only option that works.

Refer here to how to use url forwarding on Cloud flare.

Or you can workaround to having secondary GCP bucket named your subdomain like www.pierre-alexandre.io


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...