Installing Server > Installing UNICOM Intelligence Interviewer - Server > Post-installation tasks for UNICOM Intelligence Interviewer - Server > Optional tasks > Setting up your website to use SSL > Changing the website SSL
 
Changing the website SSL
This section describes how to change your website's SSL configuration. (For information about initial SSL configuration, see Setting up your website to use SSL.)
1 In Windows Explorer, browse to the UNICOM Intelligence Developer Documentation Library directory:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\7\DDL\Code\Tools\VB.NET\DPM Explorer.Net
2 Update the BalancerUrl and StartUrl http protocol to https for all applications, except Activation and WebSurvey, in the following path:
Site > Servers > [ServerName] > Applications > [ApplicationName] > ApplicationSettings
3 Update the StartUrl http protocol to https for the UNICOM Intelligence Reporter application in the following path:
Site > Servers > <ServerName> > Applications > Reporter > ApplicationSettings
4 Update the StartUrl http protocol to https for the UNICOM Intelligence Author application in this path:
Site > Servers > <ServerName> > Applications > Author > ApplicationSettings
5 Update the DimensionsInterviewUrl and FileManagerWebService http protocol to https in this path:
Site > Properties
6 Open regedit, and then navigate to:
HKEY_LOCAL_MACHINE\Software\SPSS\DimensionNet\InstallOptions.
Change the WebUseSSL setting from False to True.
7 Navigate to:
HKEY_LOCAL_MACHINE\Software\SPSS\mrInterview\Interviewing
Change the LocalEngineURLs setting to:
https://[ServerName]:[PortNumber]/mrIEngWS
Change the RegistrationURL setting to:
https://%SERVER%/mrIWeb/mrIWeb.dll?Handler=EngineRegistrationService
8 Navigate to
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\7\Interviewer Server\Server\mrIWeb\Web.config
Change the ImageCache and LocalImageCache keys to the following (when using the full URL path):
<add key="LocalImageCacheURL"
value="https://[ServerName]:[PortNumber]/ImageCache/ImageCache.aspx"/>
<add key="ImageCacheURL"
value="https://[ServerName]:[PortNumber]/ImageCache/ImageCache.aspx"/>
<add key="TemplateLocation" value=" https://[ServerName]:[PortNumber]/ImageCache/ImageCache.aspx?File=" />
9 Navigate to:
C:\InetPub\wwwroot\SPSSMR\CatiInt\web.config
Change the LOCAL_IMAGE_CACHE_URL key to the following (when using the full URL path):
<add key="LOCAL_IMAGE_CACHE_URL" value="https://[ServerName]:[PortNumber]/ImageCache/ImageCache.aspx"/>
10 Navigate to:
C:\InetPub\wwwroot\SPSSMR\ReveiewInterview\web.config
Change the LOCAL_IMAGE_CACHE_URL key to the following (when using the full URL path):
<add key="LOCAL_IMAGE_CACHE_URL" value="https://[ServerName]:[PortNumber]/ImageCache/ImageCache.aspx"/>
See
Setting up your website to use SSL