Domain stays in SSL Being Issued status for more than 20-30 minutes without moving to Working.
Possible Causes:
1. DNS Not Propagated Yet
Symptoms:
CNAME record added recently (< 10 minutes ago)
dig command shows no results or old data
Solution:
1
Check TTL
Look at your CNAME record’s TTL (Time To Live). If it’s high (e.g., 86400), propagation takes longer.
2
Wait for Propagation
Typical propagation: 5-30 minutes
High TTL: Up to 24 hours (rare)
3
Test from Multiple DNS Servers
# Google DNSdig @8.8.8.8 CNAME status.mycompany.com# Cloudflare DNSdig @1.1.1.1 CNAME status.mycompany.com# Your ISPdig CNAME status.mycompany.com
If results differ, DNS is still propagating
2. Cloudflare Proxy Enabled (Orange Cloud)
Symptoms:
Using Cloudflare as DNS provider
CNAME record shows orange cloud icon
Status never progresses past SSL Being Issued
Why This Breaks:
Cloudflare’s proxy intercepts traffic and uses their own SSL certificate, which conflicts with Cloudflare for SaaS custom hostname SSL.Solution:
When visiting your custom domain, browser displays:
“Your connection is not private”
“NET::ERR_CERT_COMMON_NAME_INVALID”
“SSL_ERROR_BAD_CERT_DOMAIN”
Possible Causes:
1. SSL Certificate Not Yet Issued
Symptoms:
Status badge shows SSL Being Issued (yellow)
Just configured DNS within last 10 minutes
Solution:
This is normal during setup. Don’t visit the domain until status shows Working (green). SSL validation takes 1-10 minutes.Wait for the green checkmark, then reload the page.
2. Browser Cached Old Certificate
Symptoms:
Status shows Working but browser still shows SSL error
Domain worked on another device/browser
Solution:
1
Clear Browser Cache
Chrome: Settings → Privacy → Clear browsing data
Firefox: Settings → Privacy → Clear Data
Safari: Develop → Empty Caches
2
Try Incognito Mode
Open an incognito/private window and test again
3
Flush SSL State (Chrome)
Visit: chrome://net-internals/#hsts
Delete domain security policies for your domain
3. Visiting HTTP Instead of HTTPS
Symptoms:
Manually typed http:// instead of https://
Auto-redirect not working yet
Solution:
Always visit with HTTPS:
https://status.mycompany.com
If redirect isn’t working, wait a few more minutes for SSL deployment to complete.
ISP DNS caches typically expire after your record’s TTL (usually 1 hour)
3
Test with Public DNS
Temporarily use Google DNS (8.8.8.8) or Cloudflare DNS (1.1.1.1) to bypass ISP cache
2. Browser Cache
Solution:
Hard refresh: Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac)
Clear site data in browser settings
Test in incognito mode
3. CDN Cache (Cloudflare Edge)
Rare, but possible:If Watchman Tower status page was cached at the edge before your custom domain was set up, you might see stale content.Solution:
Wait 5-10 minutes for cache to expire, or contact support to purge edge cache.