Installation Guides > Installing Server > Installing UNICOM Intelligence Interviewer - Server > Post-installation tasks for UNICOM Intelligence Interviewer - Server > Optional tasks > Enabling HTTPS access
 
Enabling HTTPS access
If your cluster is set up with a separate device handling SSL, for example a NetScaler device, then the cluster might be accessed using https but the internal communication might be available with only http. This prevents desktop activation from Professional or Author using a URL (for example, https://<server_name>/spssmr/dimensionet) from working, because the internal communication is using http.
To support these configurations, set the following DPM properties:
DimensionsInterviewURL
This parameter is used to create the link in the View Survey Link activity and the Launch activity. Set it to the following value:
https://<external_url>/mrIWeb
If any projects have already been activated or launched, also update the InterviewStartURL parameter in the mrInterview property under the Projects collection.
FileManagerWebServiceUrl
This parameter is used for external communication. Set it to the following value:
https://<server_name>/SPSSMR/FileManagerWebService/FileManager.asmx
LocalFileManagerWebServiceUrl
This parameter is used for local communication. Set it to the following value:
http://<server_name>/SPSSMR/FileManagerWebService/FileManager.asmx
See
Optional tasks