WebApp 降级到 D1 删除 SSL
WebApp Downgrade to D1 Remove SSL
我的 WebApp 当前托管为 B1,我想降级到 D1。
作为 D1,它不允许 SSL。
Cannot update the site with hostname 'www.domain.com' because its current SSL configuration 'SNI enabled' is not allowed in the target compute mode. Allowed SSL configuration is 'Disabled'.
如何执行此降级步骤,我可以删除临时 SSL 证书。
要降级到 D1,您需要先删除 SSL 绑定。
在门户中导航到您的 Web 应用程序的 TLS/SSL settings
-> 单击下面的 Delete
。
删除绑定后,您将能够将 Web 应用程序降级到 D1,如果您还想删除证书,请导航至 Private Key Certificates (.pfx)
将其删除。
我的 WebApp 当前托管为 B1,我想降级到 D1。 作为 D1,它不允许 SSL。
Cannot update the site with hostname 'www.domain.com' because its current SSL configuration 'SNI enabled' is not allowed in the target compute mode. Allowed SSL configuration is 'Disabled'.
如何执行此降级步骤,我可以删除临时 SSL 证书。
要降级到 D1,您需要先删除 SSL 绑定。
在门户中导航到您的 Web 应用程序的 TLS/SSL settings
-> 单击下面的 Delete
。
删除绑定后,您将能够将 Web 应用程序降级到 D1,如果您还想删除证书,请导航至 Private Key Certificates (.pfx)
将其删除。