Skip to main content
Utilnivo

Developer workflow

Pre-launch domain and TLS check

Shipping a new hostname fails more often on DNS and TLS than on app code. This workflow checks resolution, registration details, certificate validity, and common security headers before you flip traffic.

Category: Developer ยท Last updated: 2026-07-22

Step-by-step path

Steps (4 tools)

Confirm DNS, WHOIS, SSL certificates, and security headers before go-live.

  1. Step 1: Check DNS

    Tool: DNS Lookup

    Verify A/AAAA/CNAME records resolve to the expected targets.

    • On your device
    • No signup
    Open DNS Lookup
  2. Step 2: Review registration

    Tool: WHOIS Lookup

    Confirm registrar, expiry, and nameserver details look correct.

    • On your device
    • No signup
    Open WHOIS Lookup
  3. Step 3: Validate TLS

    Tool: SSL Checker

    Check certificate chain, expiry, and hostname match.

    • On your device
    • No signup
    Open SSL Checker
  4. Step 4: Scan security headers

    Tool: Security Headers Checker

    Review HSTS, CSP, and related response headers on HTTPS.

    • On your device
    • No signup
    Open Security Headers Checker

When to use this workflow

  • You pointed a new domain or subdomain at hosting and want confirmation.
  • Users report certificate warnings after a cutover.
  • You are preparing a launch checklist for staging โ†’ production.

Tips

Tips for better results

  • Allow time for DNS TTL to expire when comparing old vs new records.
  • SSL Checker should cover the exact hostname users will type, including www.
  • Pair this with the technical SEO health workflow after the site responds 200.

FAQ

Frequently asked questions

Do these lookups run from my browser?

Network lookup tools contact public resolvers or the target host as described on each tool pageโ€”they are diagnostic, not a hosting control panel.

Why do DNS results still show the old IP?

Caches and TTLs can delay updates. Re-check from another network after the TTL window.

Is a green SSL check enough?

It confirms certificate basics. Still test redirects, HSTS, and the full user journey.

Keep going

Check HTTP status and headers, security headers, Core Web Vitals concepts, and redirects.

  1. Check status codes
  2. Inspect headers
  3. Review security headers
  4. Review CWV concepts
  5. Audit redirects
View workflow

Generate and test robots.txt, build/validate sitemaps, and spot redirect or broken-link traps.

  1. Draft robots.txt
  2. Test rules
  3. Build sitemap
  4. Validate sitemap
  5. Check redirects
  6. Find broken links
View workflow