Installing Server > Installing UNICOM Intelligence Interviewer - Server > Post-installation tasks for UNICOM Intelligence Interviewer - Server > Optional tasks > Setting up your website to use SSL > Creating a server certificate on Windows Server 2003
 
Creating a server certificate on Windows Server 2003
1 From Control Panel select Administrative Tools > Internet Information Services
This opens the Internet Information Services window.
2 Navigate to the website through which users will access UNICOM Intelligence Interviewer - Server. Then right-click on the website name and select Properties.
This opens the Web Site Properties dialog box.
3 On the Directory Security tab, click Server Certificate.
This starts the IIS Certificate Wizard.
4 On the Welcome page, click Next.
5 On the Server Certificate page, select Create a new certificate and click Next.
6 On the Delayed or Immediate Request page, click Prepare the request now, but send it later and click Next.
7 On the Name and Security Settings page, enter the name of your website. (You can enter any name you like here, but it is a good idea to enter a name that can be recognized later.) Click Next.
8 On the Organization Information page, enter a name of your choice in both fields and then click Next.
9 The Your Site's Common Name page should show the correct computer name for the chosen website, so click Next to continue.
10 On the Geographical Information page, complete the fields as appropriate.
11 Click Next on all other pages until you reach the end of the wizard. Then click Finish to return to the Web Site Properties dialog box.
12 In the Secure communications frame, click Edit.
This opens the Secure Communications dialog box.
13 Select Require secure channel (SSL) and click OK.
14 Close IIS.
15 The certificate used for SSL must be trusted on the local computer. To check this, proceed as follows:
Open Internet Explorer and select: Tools > Internet Options
On the Content tab click Certificates.
On the Certificates dialog box, select the Trusted Root Certification Authorities tab and check that the certificate for SSL appears in the list.
If the certificate does not appear in the list, click Import to run the Certificate Import wizard which will add the certificate to the list.
Close Internet Explorer.
16 Follow the instructions in Cancelling the Requirement for mrIEngWS to use a Secure Channel
17 If your SSL certificate is assigned to a fully qualified domain name, change the value of the LocalImageCacheURL setting in the Web Service's Web.config file so that it uses the fully qualified domain name. On all computers running the Web Service, do this:
Navigate to:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\7\Interviewer Server\Server\mrIWeb
Open Web.config using Visual Studio or a text editor.
Change the entry for LocalImageCache so that it reads something like:
<add key="LocalImageCacheURL"value="https://www.FQDomainName.com/SPSSMR/ImageCache/ImageCache.aspx"/>
Save the change and close the file.
See
Setting up your website to use SSL