By BORNXenon - Wed 24 Sep 2014
|
Is enabling SSL just a case of turning it on in the Config?
The reason I ask is because there are numerous sections in the web.config file that say that they must be uncommented for SSL support, yet there is no mention of this in the User Guide.
:/
|
By Tiggywiggler - Sun 28 Sep 2014
|
Yes, you just turn it on in the config. I don't know about the 'always on' feature that came in the latest version as I am not using the latest version yet but that is how it works in the older version.
|
By Tiggywiggler - Sun 28 Sep 2014
|
Yes, you just turn it on in the config. I don't know about the 'always on' feature that came in the latest version as I am not using the latest version yet but that is how it works in the older version.
|
By BORNXenon - Mon 29 Sep 2014
|
Thanks for the reply, it appears that the extra bits in the web.config file may be left over boilerplate code as I have enabled the 'always on' SSL and everything appears to be working fine.
I confirmed this with Paul over PM.
|