Cloud run and Cloudflare

Has anyone had any success using google cloud run with Cloudflare? We have an existing site which is working fine on google cloud run, with a custom domain, at site<dot>dev<dot>domain<dot>com

When we enable proxying via Cloudflare we get the following error

This site can’t provide a secure connection

site<dot>dev<dot>domain<dot>com uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Switching back to DNS only resolves the problem.

Regards,
Kevin

site.dev.domain.com is a two level deep subdomain and not covered by Universal SSL, you would need Advanced Certificate Manager for this.

1 Like

Thanks very much! I would never have found this - I assumed the issue was cloud run specific.

I added an advanced certificate for *<dot>dev<dot>domain<dot>dom and the site immediately started working

For anyone else setting this up, this is working just using CNAME to ghs<dot>googlehosted<dot>com

K

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