All Systems Normal — GoDaddy Platform Statusstatic
Guide Quick-Assist

Domain Diagnostics

Functional

Public domain data only. Not connected to customer account or CRM records.

Enter with or without https:// — all tools strip and re-apply the scheme as needed.

DNS Records

Live · Google DoH

Fetches real-time DNS records via dns.google/resolve (Google DNS-over-HTTPS). Results are live — no caching, no placeholder data.

SSL Certificate

Live · TLS handshake

Performs a real TLS handshake via a server-side proxy and reads the certificate directly. Shows issuer, expiry, SANs, and protocol — no third-party API, no polling delay.

Force-HTTPS Redirect Generator

Client-side

Select the hosting type that matches the customer's server. Code updates instantly from the domain above.

.htaccess
<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{HTTPS} off
  RewriteCond %{HTTP_HOST} ^(www\.)?example.com$ [NC]
  RewriteRule ^(.*)$ https://example.com/$1 [L,R=301]
</IfModule>

Paste into the customer's file on their server — this generates the code only, it does not edit any files.

CMS / Tech Detection

HTML + DNS

Attempts to fetch the site's real HTML via a public CORS proxy to fingerprint the platform, then cross-checks DNS TXT/NS records. Only reports what is actually found — no guessing. If the proxy is blocked, falls back to DNS signals only.

Website Snapshot Preview

Live in-hub

Enter a domain above to load a live screenshot.

Hosting / IP Info

Live · ipwho.is

Resolves the domain's A record, then queries ipwho.is (CORS-enabled) for hosting org, ASN, and country. Falls back to raw IP + external lookup if the enrichment call fails.

Guide Quick-Assist — Internal GoDaddy Support Tool. Not for customer distribution.