Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Custom URL - The CNAME record for <custom_url> does not point to <instance_url> - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Custom URL - The CNAME record for <custom_url> does not point to <instance_url>
KB0724524

Custom URL - The CNAME record for <custom_url> does not point to <instance_url>


5650 Views Last updated : Apr 7, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

When attempting to create a Custom URL entry, you may receive the error message "The CNAME record for portal.acme.com does not point to acme.service-now.com".

Cause

The error message may be a result of any or a combination of the below issues. 

1) There is no CNAME DNS record for your custom URL. If the below command does not return any results, then a CNAME record does not exist for your custom URL.

$ dig +nocmd +noall +answer -t CNAME portal.acme.com

 

2) Your custom URL has A record(s) configured. If the below command returns any results, then it indicates that you still have A record(s) configured for your custom URL.

$ dig +nocmd +noall +answer -t A portal.acme.com | grep -v "service-now.com" 

 

3) The ServiceNow DNS servers used by the instance application nodes may still have the DNS records cached.

Resolution

IMPORTANT: You CANNOT have both an A and CNAME record. Custom URL should ONLY have a single CNAME record. 

1) If your Custom URL does NOT have a CNAME record, then one needs to be created. Once created, your results should look similar to the below command.

$ dig +nocmd +noall +answer -t CNAME help.acme.com

help.acme.com. 11168 IN CNAME acme.service-now.com.

 

2) If your Custom URL still has A record(s), these will need to be removed. Once removed, the below command should not return any results.

$ dig +nocmd +noall +answer -t A help.acme.com | grep -v CNAME | help.acme.com

 

3) DNS record updates will take time to propagate through the internet which depends on the TTL value. Please allow some time for the DNS records to expire on the ServiceNow DNS Servers, then try to create the Custom URL again.


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

Attachments

Attachments

No attachments found

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.