Subdomain with Google Cloud Storage

I am having some issues to set up a subdomain hosted on GCS and CloudFare for the DNS part. My main website is available travian.cloud but docs.travian.cloud is not.

enter image description here

Overview of my 2 buckets (both are public)travian.cloud and docs.travian.cloud:

enter image description here

DNS settings on CloudFare:

enter image description here

I am not able to put docs.travian.cloud for my CNAME record, CloudFare seems to only accept docs, I guess that’s probably the issue but I have not really found a clean workaround for that.

GCS public URL for docs.travian.cloud: https://storage.googleapis.com/docs.travian.cloud/index.html

Probably a propagation issue, the hostname resolves fine → DNS Checker - DNS Check Propagation Tool

Also, make sure your encryption mode is Full Strict.

Still not there…

Well it does work on HTTP → sitemeer.com/#https://docs.travian.cloud

$ curl https://docs.travian.cloud
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<body>
    <p>This is the DOCS page</p>
</body>

Try to force your local resolver to update or switch to another resolver and make sure you are on Full Strict.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.