You can use following page to add a public certificate to web app to be used to validate the connection to an external server:
https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have an app service that is using connecting to an on premise application. My app is perfectly able to connect to the on premise application but on our test and accept environments those applications have ssl certificates on them that the app service does not accept. Normally I would put those certificates in a trusted store to get past these errors. How can I do this for for my app service?
Note, I don't have access to the source code of the application that is running in the app service, so I can't change the code to set System.Net.ServicePointManager.ServerCertificateValidationCallback to allow the certificate.
Jaap
You can use following page to add a public certificate to web app to be used to validate the connection to an external server:
https://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate-in-code
Hope this helps.