Surendra Sharma

Surendra Sharma

Search This Blog

Friday, June 12, 2020

Redirect Sitecore Azure App service website from HTTP to HTTPS

One of my client Sitecore website https://www.example.com is running on Azure App service. As its running on HTTPS,so whenever users try to access website using HTTP protocol, then they get the error. So requirement is that how to redirect from http://www.example.com to https://www.example.com?

Solution:-
  • Login to Azure Portal
  • Open your Sitecore Azure App Service. Its name should be "mysitecoredev93-111111-single" or similar to this.
  • Under Custom Domain, turn ON "HTTPS Only" mode.

Http to Https


Once it is done, now your http://www.example.com should redirect to https://www.example.com.

I hope this quick tip help you in Sitecore Azure App service deployment.

No comments:

Post a Comment