SSL

Enable SSL. (ssl_enabled) Enables SSL encryption for connections between SPSS® Modeler and SPSS Modeler Server.

Keystore. (ssl_keystore) The SSL key database file to be loaded when the server starts (either a full path or a relative path to the SPSS Modeler installation directory).

Keystore stash file. (ssl_keystore_stash_file) The name of the key database password stash file to be loaded when the server starts up (either a full path or a relative path to the SPSS Modeler installation directory). If you want to leave this setting blank and be prompted for the password when starting the SPSS Modeler Server, see the following instructions:
  • On Windows:
    1. Make sure the ssl_keystore_stash_file setting in options.cfg does not have a value.
    2. Restart the SPSS Modeler Server. You will be prompted for a password. Enter the correct password, click OK, and the server will start.
  • On Linux/UNIX:
    1. Make sure the ssl_keystore_stash_file setting in options.cfg does not have a value.
    2. Locate the following line in the modelersrv.sh file:

      if "$INSTALLEDPATH/$SCLEMDNAME" -server $ARGS; then

    3. Add the -request_ssl_password switch as follows:

      if "$INSTALLEDPATH/$SCLEMDNAME" -request_ssl_password -server $ARGS; then

    4. Restart the SPSS Modeler Server. You will be prompted for a password. Enter the correct password, click OK, and the server will start.

Keystore label. (ssl_keystore_label) Label for the specified certificate.

Note: To use the Administration Console with a server setup for SSL, you must import any certificates required by SPSS Modeler Server into the Deployment Manager trust store (under ../jre/lib/security).
Note: If you change these parameters, you need to restart SPSS Modeler Server for the change to take effect.