Hello Maxime,
Sitefinity only changes the port from HTTP to HTTPS and vice verca.. You could try setting
SslRedirection
attributes inside the web.config <cms> node. The attribute accepts the following parameters
sample
<cms defaultProvider="Sitefinity" SslRedirection="HttpsOnly" ...
- ToHttpsOnly redirects only to HTTPS if RequireSSL is true.
- None - no redirection regardless of the RequireSSL page property
- Both - this is the default Default - redirect in both directions regarding the RequireSSL property.
If this does not help, please provide some more details about the setup you will have and desired behavior.
Sincerely yours,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items