Era Host hosting
EraHost – Free Domain, Cheap Hosting!
Client Area
Support 24/7
Menu

GlobalSign Domain Verification — Notify GlobalSign & Complete SSL Validation

4 min read
28.10.2025

Ensure the TXT Record is Added Correctly

Before notifying GlobalSign, confirm that the TXT record has been correctly added.

Notify GlobalSign SSL Validation
Notify + wait — GlobalSign validates TXT, then issues cert.

For closely related GlobalSign / DCV topics, see What is _globalsign-domain-verification?, Add _globalsign-domain-verification TXT Record, and Adding TXT Record — DNS Settings Variant.

Example TXT Record Format

_globalsign-domain-verification=abcdef1234567890abcdef1234567890
  • The record name must be _globalsign-domain-verification.
  • The record value must exactly match the value provided by GlobalSign.

Verify the TXT Record Exists in DNS

After adding the record, check if it is available in the DNS system.

Use Command Line (Linux/macOS)

Run:

dig TXT _globalsign-domain-verification.example.com

or

nslookup -type=TXT _globalsign-domain-verification.example.com

Replace example.com with your actual domain.

Expected Output

_globalsign-domain-verification. 300 IN TXT "abcdef1234567890abcdef1234567890"

If you see the correct verification code, the record is successfully published.

Use Online Tools to Verify Propagation

If you do not have terminal access, use external tools:

Enter _globalsign-domain-verification.example.com and verify that the correct value appears.

If the record is visible, proceed to Step 3. If the record is missing, wait for DNS propagation (up to 48 hours) or troubleshoot.

Linux Hosting
Reliable and fast web hosting!
  • Free domain
  • Modern servers
  • NVMe disks
  • 7-day free trial
Linux Hosting

Notify GlobalSign for Verification

Once the TXT record is visible globally, you must notify GlobalSign so they can verify the domain and complete SSL validation.

Option 1: Automatic Detection by GlobalSign

  • GlobalSign automatically checks your DNS records.
  • The verification process usually completes within 30 minutes to 24 hours.

If the record is correct and DNS has propagated, GlobalSign will detect it automatically. You do not need to manually notify them unless there is a delay.

Option 2: Manually Notify GlobalSign (If Verification is Delayed)

If GlobalSign does not detect the record after 24 hours, manually notify them.

Contact GlobalSign Support

Sample Email Template to Notify GlobalSign

Once GlobalSign receives this request, they will manually verify the record and complete the SSL validation.

Wait for GlobalSign to Issue the SSL Certificate

  • Once verified, GlobalSign will issue the SSL/TLS certificate.
  • You will receive an email with the certificate (.crt file) and CA bundle.
  • Download the SSL certificate and install it on your web server.

Troubleshooting Issues

Issue Possible Cause Solution
TXT record not found Record was not added correctly or still propagating Wait up to 48 hours or recheck DNS settings
Incorrect TXT value Typo or missing part of the verification string Copy the exact value provided by GlobalSign
Record visible, but verification not completed GlobalSign did not detect it automatically Manually notify GlobalSign via email
DNS query shows old data Local DNS cache is outdated Clear cache using systemctl restart nscd or use dig @8.8.8.8
Firewall blocks external DNS queries Some servers restrict DNS queries Allow external DNS queries from GlobalSign

Diagram: Full Process Overview

Step 1: Get the TXT record from GlobalSign
v
Step 2: Add the TXT record in DNS settings
v
Step 3: Verify the record using dig or online tools
v
Step 4: Wait for automatic detection OR manually notify GlobalSign
v
Step 5: SSL certificate is issued after successful verification

Summary

Step Action
1 Get the TXT record from GlobalSign.
2 Add the record in the DNS settings.
3 Verify that the TXT record is published.
4 Wait for GlobalSign to detect the record.
5 If delayed, notify GlobalSign manually via email.
6 Receive and install the SSL certificate.

Final Thoughts

By following these steps, a system administrator can successfully complete GlobalSign domain verification and obtain the SSL certificate quickly and securely.

This method ensures a smooth, automated verification process while preventing unauthorized certificate issuance.

Frequently asked questions
Some GlobalSign products auto-detect TXT when published. Wait 15-30 minutes after publishing; portal updates. If still no progress, contact support with order ID — they manually trigger verification. Don't keep re-clicking; you can hit rate limits and lock yourself out.
dig from one resolver; GlobalSign may use different ones. Test with multiple public resolvers: `dig +short TXT _globalsign-domain-verification.yourdomain.com @8.8.8.8`, `@1.1.1.1`, `@9.9.9.9`. If all return the value, wait — GlobalSign's queue is delayed. If some return but others don't, DNS propagation issue, lower TTL and wait.
CAA records restrict which CAs can issue for your domain. If you have `CAA 0 issue 'letsencrypt.org'` published, GlobalSign is blocked. Check: `dig +short CAA yourdomain.com`. Either add GlobalSign to allow list (`CAA 0 issue "globalsign.com"`) or remove restrictive CAA before requesting cert.
Domain-validated (DV) certs: 10-30 minutes after TXT validation passes. Organization-validated (OV): hours to days (involves business validation). Extended-validation (EV): days to weeks. Check the product page for your specific cert type's expected timeline.
Related articles
How a System Administrator Solves the _globalsign-domain-verification Issue
Adding _globalsign-domain-verification TXT Record in DNS Settings — A Detailed Guide
What is _globalsign-domain-verification?