Azureアプリをデプロイしていて、アプリケーション全体にSSLを使用したいと考えています。
私のアプリを保護するには:
-I made a subdomain in my site to point to the Azure application.
-I got a SSL in the name of my subdomain
-Add the certificate to the applicaton
-Loaded the certificate to the Azure hosted account
-Opened up a https endpoint in the application.
ここで問題が発生します。(サブドメインを使用して)URLを入力すると、ページが見つかりません。ただし、URLにhttps://を手動で入力すると、必要に応じてサイトに移動します。
ここで何が起こっているのですか?httpsエンドポイントのみを開いています。httpエンドポイントが必要ですか?暗号化しないとユーザーにアプリを使用させることができないので、どうすれば解決できますか?
お手伝いありがとう!