What is a Fully Qualified Domain Name (FQDN)?

A comprehensive guide to Fully Qualified Domain Names (FQDNs), covering structure, best practices for SSL/TLS certificates, troubleshooting common errors, and key differences from URLs and PQDNs.

Related Content

Want to keep learning?

Subscribe to SSL.com’s newsletter, stay informed and secure.

A Fully Qualified Domain Name (FQDN)

A Fully Qualified Domain Name (FQDN) precisely identifies devices or services on the internet, acting like a GPS coordinate (e.g., mail.ssl.com directs to a server). Technically, it’s the complete, unambiguous address within the Domain Name System (DNS), specifying all hierarchical levels from host to top-level domain.

Breaking Down the FQDN

An FQDN is the complete address of a resource on the internet, structured hierarchically to eliminate ambiguity. Example: secure.payments.ssl.com.
  • Hostname: secure (specific service, like a login portal)
  • Subdomain: payments (a division within the organization)
  • Domain: ssl (the registered name)
  • TLD: .com (top-level domain)
  • Root: The final . (represents the DNS root zone; required in DNS zone files, often omitted in practice).
Why It Matters: Just as 123 Main St, City ensures mail delivery, secure.payments.ssl.com directs users to the exact server.

FQDN vs. URL vs. PQDN

Type Purpose Example
FQDN Identifies a server mail.ssl.com
URL Specifies how to access it https://mail.ssl.com/login
PQDN Partial name (local only) server1 ? Resolves to server1.internal.ssl.com
Key Insights:
  • Certificates use FQDNs, not URLs or PQDNs.
  • PQDNs (e.g., printer ? printer.office.local) only work within pre-configured networks.

Rules for Valid FQDNs

FQDNs must comply with technical standards to ensure global compatibility:
  1. Allowed Characters: Letters (a-z), numbers (0-9), hyphens (-).
    • × Underscores (_) are prohibited in public certificates.
  2. Formatting:
    • Labels (between dots) ? 63 characters.
    • Total length ? 255 characters.
    • No leading/trailing hyphens (e.g., -test.ssl.com is invalid).
Common Errors:
  • web_server.ssl.com (underscore)
  • www.ssl..com (double dots)
  • payments.ssl.com/login (includes a path)

FQDNs and SSL/TLS Certificates

Best Practices for Certificates
  • List All FQDNs: Include every variant (e.g., ssl.com and www.ssl.com) in the Subject Alternative Name (SAN) field.
  • Wildcards: Use *.ssl.com to cover subdomains like shop.ssl.com or blog.ssl.com.
  • International Domains (IDNs): Convert non-English characters to Punycode (e.g., sslä.com becomes xn--ssl-kma.com).
Avoid:
  • Including protocols (https://) or paths (/login) in certificate requests.
  • Using PQDNs like server1 for public-facing services.
Need a Certificate?

SSL.com’s Basic SSL Certificate secures subdomains like support.yourdomain.com and includes www coverage at no extra cost.

View Certificates

Troubleshooting FQDN Issues

Error Cause Solution
“Certificate Name Mismatch” Accessed FQDN not in certificate SANs Reissue certificate with correct FQDNs
“Connection Not Secure” Server misconfigured (e.g., wrong ServerName in Apache) Update server settings
Validation Failures DNS records not propagated or incorrect Update A/CNAME records, flush DNS cache (ipconfig /flushdns on Windows) and wait 48h

How to Find Your FQDN

On Your Device

  • Windows:
    1. Open Command Prompt ? Run ipconfig /all.
    2. Combine Host Name and Primary DNS Suffix.
  • Linux/macOS:
    1. Open Terminal ? Run hostname -f.

For Public Domains

Use tools like nslookup yourdomain.com or DNS Checker.

Tips for Managing FQDNs

  1. Consistency: Use clear naming conventions (e.g., support.ssl.com, api.ssl.com).
  2. Audit Regularly: Review certificates and DNS records annually.
  3. Security: Enable DNSSEC to prevent DNS spoofing.
  4. Traffic Routing: Use FQDNs to direct traffic in multi-server environments (e.g., eu.ssl.com for European servers).
Simplify Certificate Management

SSL.com Manager automates certificate ordering, installation, and renewal—bypassing complex command-line tools.

Get Started
By mastering FQDNs, you’ll ensure seamless connectivity, avoid security warnings, and build trust with users.

Was this article helpful?

Yes
No
Thanks for your feedback!

Stay Informed and Secure

SSL.com is a global leader in cybersecurity, PKI and digital certificates. Sign up to receive the latest industry news, tips, and product announcements from SSL.com.

We’d love your feedback

Take our survey and let us know your thoughts on your recent purchase.

Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

For more information read our Cookie and privacy statement.

3rd Party Cookies

This website uses Google Analytics & Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping these cookies enabled helps us to improve our website.

Show details