If you need to disable the TLS connection between the search server and the database
server, follow these steps.
Procedure
-
Disable global search.
-
Log in to IBM OpenPages® with administrative
privileges.
-
Click and click
Disable.
- Disable SSL on the database server.
For more information, see your database documentation.
- On the search server, follow these steps to disable the TLS connection:
- If you are using Windows, open a command
prompt with the Run As administrator option.
- Go to the <SEARCH_HOME>/OPSearch/opsearchtools/ directory.
- Disable TLS by running the following command.
opsearchtool.cmd|.sh disableSSLDbConn -initiator OPSystem
- Edit the file <SEARCH_HOME>/OPSearch/opsearchtools/openpages_search.properties. Change
the port number to the non-TLS port that your database server is using:
OPSearchTool.DatabasePort = <db_port_number>.
- Enable global search.
- Log in to IBM OpenPages with
administrative privileges.
- Click and click Enable.
Results
The search server (opsearchtool.jar) now uses a plain connection to
communicate with the database.