I need a little help in using an SSL with an umbraco website, Im a little unsure about the entire process from start to end. Ive never done this before so a little guidance would be really helpful.
After you have installed and configured the SSL certificate, the only thing you need to do in Umbraco is set the umbracoUseSSL setting in the webconfig file to true.
After that you will have to add some redirects in order to redirect traffic from HTTP to the HTTPS version of your website:
One other thing you have to consider is setting up a strict transport security layer when using HTTPS, you can add this in the outbound rules of the web config:
How to use SSL with an Umbraco website - v7.6
Morning guys and girls,
I need a little help in using an SSL with an umbraco website, Im a little unsure about the entire process from start to end. Ive never done this before so a little guidance would be really helpful.
Thanks in advance.
Hi David,
After you have installed and configured the SSL certificate, the only thing you need to do in Umbraco is set the
umbracoUseSSL
setting in the webconfig file to true.After that you will have to add some redirects in order to redirect traffic from HTTP to the HTTPS version of your website:
One other thing you have to consider is setting up a strict transport security layer when using HTTPS, you can add this in the outbound rules of the web config:
Also take a look at this blogpost of Sebastiaan Janssens about securing your Umbrco website: https://cultiv.nl/blog/so-you-want-to-secure-your-umbraco-site/
Hope this helps.
/Michaël
Hi Michaël
Thanks for the reply, wasnt as daunting as I thought it would be. All set up now :)
Appreciate the help.
Glad that you got it setup!
Have a nice day
/Michaël
is working on a reply...