I just got handed the rains on a few sites, its 1 solution with multiple sites running. One of the sites needs an ssl certification(https), is this possible to do. Can only see solutions where https will be enableded for the whole solution.
I see no reason why you can't run both HTTP and HTTPS connections on your Umbraco installation. You should be able to add bindings for both via IIS. You could take it one step further and have a property on each site within your installation which forces HTTPS connections for that site.
But i cannot enable SSL in the webconfig(umbraco settings) right? because it forces all to go HTTPS?
So what your saying is if i control it through the IIS, and maybe make a rule in the urlrewriting for the the single domain to force all to https that should work?
If I remember correctly, the umbracoUseSSL app setting only forces the back office to use HTTPS. Your websites will stay the same hence why a property on each site to force HTTPS might be a good idea or create a url rewrite rule as you mention.
1 solution, multiple sites, https on one
Hey there
I just got handed the rains on a few sites, its 1 solution with multiple sites running. One of the sites needs an ssl certification(https), is this possible to do. Can only see solutions where https will be enableded for the whole solution.
Hi Rasmus,
I see no reason why you can't run both HTTP and HTTPS connections on your Umbraco installation. You should be able to add bindings for both via IIS. You could take it one step further and have a property on each site within your installation which forces HTTPS connections for that site.
Hope that helps.
Thanks, Dan.
Ey Dan
Thx for getting back to me :)
But i cannot enable SSL in the webconfig(umbraco settings) right? because it forces all to go HTTPS?
So what your saying is if i control it through the IIS, and maybe make a rule in the urlrewriting for the the single domain to force all to https that should work?
Hi Rasmus,
If I remember correctly, the
umbracoUseSSL
app setting only forces the back office to use HTTPS. Your websites will stay the same hence why a property on each site to force HTTPS might be a good idea or create a url rewrite rule as you mention.Thanks, Dan.
Hi Rasmus,
How about doing it manually? I do a small razor thing that does the following:
Another approach - enable https on all sites. Google loves that. Free SSL using www.cloudflare.com - and a bunch of other cool things.
best Jesper
is working on a reply...