Skip to Content

Domain & SSL Troubleshooting

Troubleshooting OdooBot 38 views
Troubleshooting custom domain and SSL certificate issues - DNS problems, certificate errors.

Domain & SSL Troubleshooting

Solutions for common custom domain and SSL certificate issues.

Domain Not Working

"Site Can't Be Reached" or DNS_PROBE_FINISHED_NXDOMAIN

Cause DNS records not configured or not propagated
Solution
  1. Verify CNAME record points to proxy.vedtechsolutions.com
  2. Use DNSChecker.org to verify propagation
  3. Wait up to 48 hours for full propagation
  4. Try accessing via default subdomain to confirm instance works

Domain Works Sometimes, Not Others

Cause DNS still propagating globally
Solution
  1. This is normal during propagation (24-48 hours)
  2. Clear your local DNS cache:
    • Windows: ipconfig /flushdns
    • Mac: sudo dscacheutil -flushcache
    • Linux: sudo systemd-resolve --flush-caches
  3. Try a different network or use mobile data to test

SSL Certificate Errors

"Your Connection Is Not Private" (NET::ERR_CERT_AUTHORITY_INVALID)

Cause SSL certificate not yet issued or expired
Solution
  1. Wait 10-15 minutes for Let's Encrypt to issue certificate
  2. Verify DNS is correctly configured
  3. If using Cloudflare, ensure proxy is OFF (grey cloud)
  4. Check certificate status in your domain settings

"Certificate Name Mismatch" (ERR_CERT_COMMON_NAME_INVALID)

Cause Accessing domain that doesn't match certificate
Solution
  1. Ensure you're using the exact domain you configured
  2. www vs non-www matters - use the one you registered
  3. If you need both, add both as custom domains

"Too Many Redirects" (ERR_TOO_MANY_REDIRECTS)

Cause Usually caused by Cloudflare proxy + our SSL
Solution
  1. Cloudflare Users: Disable proxy (use DNS only - grey cloud)
  2. If you must use Cloudflare proxy:
    • Set SSL mode to "Full" or "Full (Strict)"
    • NOT "Flexible"
  3. Clear browser cookies and cache

Cloudflare-Specific Issues

Important: We recommend using Cloudflare in "DNS only" mode (grey cloud) for best compatibility with VedTech custom domains.

Recommended Cloudflare Settings

SettingRecommended Value
Proxy Status DNS only (grey cloud) - Recommended
SSL/TLS Mode Full (Strict) - if using proxy
Always Use HTTPS Off - we handle this
Automatic HTTPS Rewrites Off

Verification Commands

Check DNS Resolution

# Check CNAME record
dig erp.yourcompany.com CNAME +short
# Should return: proxy.vedtechsolutions.com

# Check A record resolution
dig erp.yourcompany.com A +short
# Should return an IP address

Check SSL Certificate

# View certificate details
openssl s_client -connect erp.yourcompany.com:443 -servername erp.yourcompany.com /dev/null | openssl x509 -noout -dates -subject

# Quick certificate check
curl -vI https://erp.yourcompany.com 2>&1 | grep -A5 "Server certificate"

Need More Help?

If you're still experiencing domain or SSL issues, create a support ticket with:

  • Your custom domain name
  • Screenshot of your DNS settings
  • The exact error message you see
  • Output from DNSChecker.org
Was this article helpful?
Search Articles
Still need help?

Our support team is ready to assist you.

Create Ticket
Skip to main content