Interviewer - Server > Architecture > Web Service tier > Interview Web Service implementation > Interview Web Service configuration > Configuring the Interview Web Service to use SSL
 
Configuring the Interview Web Service to use SSL
The following settings in the Interview Web Service's web.config file configure the service to use Secure Socket Layer (SSL). The file is on the Web Server computer at:
[INSTALL_FOLDER]\IBM\SPSS\DataCollection\<version>\Interviewer Server\Server\InterviewWebService\web.config
If SSL is used between the Web tier and Engine tier
In the basicHttpBinding section, change the security mode from None to Transport. This section configures outgoing connections to mrIEngWS.
If SSL is used between the client and the Web tier
In the webHttpBinding section, delete the comments to set the security mode to Transport. This section configures incoming connections to the Interview Web Service.
See also
Interview Web Service configuration