Share via

Cannot add a SNI SSL certificate to a custom domain for linux app service, while it did work for other custom domains

Rutger Schurgers 0 Reputation points
2026-05-02T10:07:38.5733333+00:00

Adding a binding for my domain www.strixit.com via the Azure Portal's App Service's Custom domains tab keeps failing. Validation prior to trying to assign the binding works fine. I have been able to add a certificate to www.strixit.nl in the same way just fine. Can the problem be caused by me having had a custom certificate for this domain before?

I'm having the same problem with the apex domains. I can't assign add a binding to strixit.com, while it worked fine for strixit.nl. Here too validation before assigning the binding works fine.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


3 answers

Sort by: Most helpful
  1. TP 155.8K Reputation points Volunteer Moderator
    2026-05-03T17:13:04.0033333+00:00

    Hi Rutger,

    I assume you want to add these .com custom domains to same web app you use for .nl. Please correct me if my assumption is wrong.

    1. Please create below DNS records in your provider's portal for strixit.com domain:

    Record type Host Value TTL
    CAA @ 0 issue "digicert.com" 600
    TXT asuid B75C0F28E6472764DF2C93D35BE9258C0EF76922F4A708B602DB36284181D88C 600
    TXT asuid.www B75C0F28E6472764DF2C93D35BE9258C0EF76922F4A708B602DB36284181D88C 600
    A @ 20.105.216.13 600
    CNAME www applicationserver-personalwebsites-aygtebdwg7dnfwhs.westeurope-01.azurewebsites.net 600

    To verify CAA record is correct, you may use dig command below in Azure Cloud Shell:

    dig strixit.com caa
    
    

    In output you should have answer section similar to below:

    ;; ANSWER SECTION:
    strixit.com.            600    IN      CAA     0 issue "digicert.com"
    
    

    NOTE: digicert.com should be in quotes as shown above. With some DNS providers you need to enter the quotes in their portal while others you do not.

    2. After successfully creating all DNS records above, please try to add .com custom domains (remove first if needed), create App Service Managed Certificates, and bindings. Once everything is working properly you can edit the DNS records and make TTLs a higher value. I have 600 to make troubleshooting quicker.

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP


  2. Rutger Schurgers 0 Reputation points
    2026-05-03T15:23:21.87+00:00

    Hi Saraswathi and Kagiyama,

    Thanks for your responses. If I remember correctly, I used to have the www.strixit.com and strixit.com domains as custom domains with a Microsoft classic CDN. I never brought my own certificates. I don't have that resource anymore.The domains are currently not in use in any of my app services.I'm running a basic plan app service. The validation works fine and the error messages don't mention any problems:

    try-add-custom-domain

    Screenshot from 2026-05-03 17-14-28

    I've also tried removing the custom domain and adding it again. That doesn't change anything.

    I hope you can offer additional help!

    Regards,

    Rutger

    0 comments No comments

  3. kagiyama yutaka 1,990 Reputation points
    2026-05-03T03:11:08.32+00:00

    I think the bind fails just because Azure’s old SNI‑lock for strixit.com is still latched, so remove → wait → add + bind, then recreate TLS/SSL once.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.