Try our conversational search powered by Generative AI!

Implementing SSL with EPiServer

Vote:
 

We're planning to implement SSL on our site, but we found that the EPiServer SSL can only match to relative path of the folders or files under site root. Is there any way to match user friendly url rather than actual file path?

#69696
Apr 03, 2013 9:10
Vote:
 

Not sure I understand the question, you mean force all traffic over to https?

Frederik

#69701
Apr 03, 2013 11:16
Vote:
 

I want to force users to access some pages over HTTPS.
There are two options for configuring ecf.ssl.config:
- Add <directory> tags for each directory to secure.
- Add <file> tags for each file to secure.
I am wondering how to get user friendly url to switch to HTTPS rather than actual file path.

Is it possible?

 

#69704
Apr 03, 2013 12:01
Vote:
 

One workaround is to use <directory> instead of <file> for a page. Example:

<SSL mode="On">
  <directory path="/sv-SE/Logga-in" />
</SSL>
#75877
Oct 09, 2013 14:21
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.