Is it possible to have the Umbraco Backend accessible through a secured SSL connection while the public website is served through a normal http connection?
Yes it's possible. Once you have got your SSL certificated installed and set-up for your domain. Go into your Web.config file and set the "umbracoUseSSL" appSettings key to "true".
Umbraco backend via SSL
Hi,
Is it possible to have the Umbraco Backend accessible through a secured SSL connection while the public website is served through a normal http connection?
Thanks for your advice,
Anthony Candaele
Belgium
Hi Anthony,
Yes it's possible. Once you have got your SSL certificated installed and set-up for your domain. Go into your Web.config file and set the "umbracoUseSSL" appSettings key to "true".
Cheers, Lee.
Hi Lee,
Thanks, I already saw the setting in the web.config file but I didn't know it was that simple.
thanks for your help,
Anthony
is working on a reply...