No certificates when trying to add SSL Bindings for Azure Web App

我的梦境 提交于 2019-12-02 04:38:26

问题


I am trying to create an SSL Binding for an Azure Web App that is a host for an API App.

After navigating to "Custom domains and SSL" for the web app in question, I have added a custom domain name "admin.api.foo.com" and uploaded the PFX for my wildcard certificate (*.foo.com) and it displays in the list in the "Certificates" section.

I think the next step is to create an SSL Binding. So I go to the "SSL bindings" section and I can select the hostname "admin.api.foo.com" from the drop down but in the dropdown for the certificate there is only one option "choose certificate". Why doesn't my wildcard cert show up in this drop down?


回答1:


As of Feb 15 2017, you may encounter a similar issue of "No certificates match the selected hostname"... even if you purchased the certificate from Azure itself. What worked was clicking "Import App Service Certificate" first. Then you can add the SSL binding (this is for non-wildcard, will bind root and www domain). Cheers.




回答2:


The problem was that I was trying to register a subdomain of subdomain.

Instead of using admin.api.foo.com I started using adminapi.foo.com. It started showing up in the drop down.



来源:https://stackoverflow.com/questions/32787314/no-certificates-when-trying-to-add-ssl-bindings-for-azure-web-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!