jackson
jackson
CDCloudflare Developers
Created by jackson on 1/28/2024 in #workers-help
Help with HTTPS Domain Connection
Hello. I bought a domain on Cloudflare. I also have a worker (that redirects requests to another link). I setup the worker with a custom domain fakename.com (fakename.com is not the real name of the domain for this problem but it is the exact format). Didn't change anything on the DNS (cloudflare autogenerated from the worker linked with a custom domain). Only changed the domain SSL/TLS to be Full (strict) and toggled on "Always Use HTTPS". When I type fakename.com in different browsers I get different results. On Chrome, it goes to https://fakename.com/ and works. On Safari, it goes to http://fakename.com and gets blocked from being insecure. I am not super adept with networking and I just want to be able to type in fakename.com and get an https connection so that I don't get blocked from being an insecure website. For reference, the dev link for the worker always uses https. How do I make this happen? (preferably with a easy to understand solution because I cannot understand many other threads similar to this topic).
1 replies