Add custom CA Certificate to APIM Std V2

Stephane BOUILLON 0 Reputation points
2025-12-15T13:10:06.69+00:00
Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pravallika KV 3,880 Reputation points Microsoft External Staff Moderator
    2025-12-15T17:58:37.9766667+00:00

    Hi @Stephane BOUILLON ,

    Thanks for reaching out to Microsoft Q&A.

    I’ve tested this in my environment, and as you noticed while following the documentation here: Configure CA Certificates, the "CA Certificates" option is not visible on the Azure Portal UI when accessing the backend entity.

    I have consulted with the internal team regarding the same and learned that this feature, introduced in version 0.49, had to be rolled back due to issues it caused when creating and updating backends. Currently, the code is under review, and unfortunately, there is no estimated timeline for when this feature will be reintroduced.

    Until the feature is reinstated, there is no alternative available for trusting backend services with certificates that aren't signed by a known Certificate Authority. To validate the server certificate, the root certificate that signed the intermediate certificate in the SSL handshake would need to be present in the Windows certificate store. This is a limitation of the previous v2 services Azure API Management V2 Service Tiers Limitations, which is why the “CA certificates” option is not visible.

    The available workaround you can use for calling your backend is the method you are already implementing. This can be executed by creating a backend and disabling backend certificate validation in the backend's advanced options, as mentioned here: Create a Backend.

    Hope it helps!


    Please do not forget to click "Accept the answer” and Yes, this can be beneficial to other community members.

    User's image

    If you have any other questions, let me know in the "comments" and I would be happy to help you.

    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.