Www Subdomain Giving Your connection is not private Error

I just moved my domain from ClickFunnels to GoHighLevel and previously www subdomain would redirect to the root domain but since the change happened this isnt happening anymore. Now when you go to www subdomain it gives you a Your connection is not private. All the redirects look fine. How can I fix this issue?

Sounds like an issue with the SSL certificate. What is the domain?

www (dot) totalmotionrelease (dot) com is the one I am trying to have redirect to totalmotionrelease (dot) com. The redirect is setup correctly in Cloudflare but can’t figure out what’s going on

totalmotionrelease.com use Cloudflare DNS, but isn’t proxied.

$ dig totalmotionrelease.com
totalmotionrelease.com.	300	IN	A	34.68.234.4

www.totalmotionrelease.com is the same.

$ dig www.totalmotionrelease.com
www.totalmotionrelease.com. 300	IN	CNAME	flash.funnels.msgsndr.com.
flash.funnels.msgsndr.com. 300	IN	A	34.68.234.4

Because the domain isn’t proxied, any redirects (or other services) configured in Cloudflare will not work.

There is a working redirect which is probably automatically configured at GoHighLevel

$ curl -I www.totalmotionrelease.com
HTTP/1.1 301 Moved Permanently
Location: https://totalmotionrelease.com/
1 Like

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