You can configure IBM® Connections to force all
traffic that passes between an IBM Connections server and a
user's web browser to be sent over an encrypted connection.
Before you begin
Be sure that encrypted connections are enabled in your environment before you perform this
procedure. See Configuring the IBM HTTP Server for
encrypted connections in the Installing section of the IBM Connections product documentation for more information.To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for details.
Procedure
- Use the wsadmin client to access and check out the IBM Connections configuration files.
-
Enter the following command to load the IBM Connections
configuration file: execfile("connectionsConfig.py")
If you are prompted to
specify a service to connect to, type 1 to
select the first node in the list. Most commands can run on any node.
If the command writes or reads information to or from a file by using
a local file path, you must select the node where the file is stored.
This information is not used by the wsadmin client when you are making
configuration changes.
- Enter the following command
to check out IBM Connections
configuration files:
LCConfigService.checkOutConfig("working_directory","cell_name")
- Enter the following
command:
LCConfigService.updateConfig("force.conf.comm.enabled", "true")
- After making changes, you must check the configuration
files back in and you must do so during the same wsadmin session in
which you checked them out for the changes to take effect. See Applying
common configuration property changes for information about
how to save and apply your changes.
- Optional: To secure session cookies, complete
the following steps:
- Log in to the WebSphere Application
Server Integrated Solutions Console of the server hosting your IBM Connections applications as
the administrator.
- Expand , and then select WebSphere
application servers.
- Click
the server hosting IBM Connections
from the list of server names.
- Click Session
Management, and
then click Enable cookies.
- Select the Restrict cookies to HTTPS sessions check
box.
- Click Apply,
and then click OK.
- Optional: To secure LTPA tokens, complete
the
following steps:
- From the WebSphere Application
Server Integrated Solutions Console, expand Security,
and then click Global security.
- Expand Web and SIP security,
and then click single sign-on (SSO).
- Select the Requires SSL check
box.
- Click Apply,
and then click OK.