cancel
Showing results for 
Search instead for 
Did you mean: 

Changing to SSL and Enterprise Vault FSA

Rob_Wilcox1
Level 6
Partner

I’m all for making systems more secure and robust, and one of the changes which often implemented ‘after deployment’ is to change Enterprise Vault to use HTTPS rather than plain, old HTTP.  The problem with this is that it can break existing archived content, and in this article I’ll talk about placeholders with FSA.

A placeholder in FSA contains a ‘link’ back to the original item in the archive.  A small utility called fsutil can be used to view the contents of the placeholder like we see here:

2014-07-28_10h06_43.png

What this means it that if you change Enterprise Vault (and IIS) to use HTTPS these placeholders won’t work, because they were built using HTTP.

The Cure?

The cure for this is to recreate the placeholders. Fortunately FSAUTILITY has an option to do that, the -c switch.

Have you ever changed from HTTP to HTTPS and recreated the shortcuts? Let me know in the comments below.