How Do I Check Whether Domain Name Verification Takes Effect?
You can check whether the domain name verification takes effect if you have configured for domain name ownership verification. This part describes how to check whether the domain name verification takes effect.
Procedure
- Checking Verification by DNS: If Domain Name Verification Method is DNS, perform the operations described in this section.
- Checking Verification by File: If Domain Name Verification Method is File, perform the operations described in this section.
Prerequisites
- Domain name verification has been configured. For details, see Verify the Domain Ownership.
- The domain name has been licensed. Obtain the license for the domain name because the domain name verification will fail if the domain name has not been licensed.
Checking Verification by DNS
- Obtain the host record and record value.
- Log in to the management console.
- Click
in the upper left corner of the page and choose . The service console is displayed. - In the navigation pane on the left, choose SSL Certificate Manager. The SSL Certificate Manager page is displayed.
- In the Operation column of the certificate for which domain name verification is to be performed, click Verify Domain Name.
- On the Verify Domain Name page, view the content for Host Record, Record Type, and Record Value. Figure 1 shows an example.
- Select a command based on your operating system and check whether the DNS configuration takes effect.
Use TXT record _dnsauth.domain.com as an example.
- For Windows OSs:
nslookup -q=TXT _dnsauth.domain.com
- For Linux OSs:
dig TXT _dnsauth.domain.com
- For macOS OSs:
dig TXT _dnsauth.domain.com
If the record value in the command output (value of text) is the same as that returned by the domain name service provider, the configuration of domain ownership verification has taken effect.
- For Windows OSs:
- If the configuration of DNS verification does not take effect, rectify the fault based on the following possible causes until the verification takes effect:
Table 1 Possible causes Possible Cause
Procedure
The record configuration is incorrect.
Check whether the Name or Type is correct.
The following uses the DNS configuration on HUAWEI CLOUD as an example:
Figure 2 Adding a record
The returned host record varies depending on the domain name service provider. The following are two examples:
Example:- If the host record returned by the domain name service provider is _dnsauth.www.huawei.com, set Name to _dnsauth.
- If the host record returned by the domain name service provider is www.huawei.com, leave Name empty.
NOTICE:Check whether full domain names are supported. If not, delete the suffix of the root domain name.
It requires a long period of time for the configuration to take effect.
Check whether the effective time (TTL) is too long. It is recommended that you set the TTL to 5 minutes. This value varies depending on the DNS service provider. In HUAWEI CLOUD DNS, the default value is 5 minutes, so the configuration takes effect within 5 minutes by default.
If the configured effective time does not arrive, verify after the time is right.
Figure 3 Setting TTL
Checking Verification by File
- Log in to the management console.
- Click
in the upper left corner of the page and choose . The service console is displayed. - In the navigation pane on the left, choose SSL Certificate Manager. In the row containing the desired certificate, click Verify Domain Name in the Operation column. The Verify Domain Name page is displayed.
- On the Verify Domain Name page, view the Record Value.
If the page is not displayed, log in to your email (the one specified during certificate application) to view the recorded value.
Figure 4 File verification
- Open a browser and access the URL address: https://your domain/.well-known/pki-validation/whois.txt or http://your domain/.well-known/pki-validation/whois.txt.
Replace your domain in the URL address with the domain name bound during certificate application.
- If your domain name is a common domain name, perform the following operations:
For example, if your domain name is example.com, the access URL address is https://example.com/.well-known/pki-validation/whois.txt or http://example.com/.well-known/pki-validation/whois.txt.
- For a wildcard domain name, perform the following operations:
For example, if your domain name is *.domain.com, the access URL address is https://domain.com/.well-known/pki-validation/whois.txt or http://domain.com/.well-known/pki-validation/whois.txt.
- If your domain name is a common domain name, perform the following operations:
- Check whether the verification URL address can be properly accessed in the browser and whether the record value displayed on the page is the same as that on the order progress page.
- If the record value displayed on the page is the same as that displayed on the domain name verification page of the SCM console, the configuration of domain name verification has taken effect.
- If they are different, the configuration of domain name verification does not take effect.
- If the configuration does not take effect, check and handle the issue from the following aspects:
- Check whether the verification URL address exists in HTTPS accessible addresses. If yes, use HTTPS to re-access the URL address in the browser. If the browser displays a message indicating that the certificate is untrusted or the displayed content is incorrect, disable the HTTPS service for the domain name temporarily.
- Ensure that the verification URL address can be accessed at any place. Detection servers of some CAs are located outside China. Check whether your site has images outside China or whether the smart DNS service is used.
- Check whether the verification URL address contains 301 or 302 redirection. If such redirection exists, cancel the related settings to disable the redirection.
You can run the wget -S URL address command to check whether the verification URL address is redirected.

Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.