To use the event processor over a secure connection, you must configure the Jetty Web
Application server and event repository for a secure connection. After the configuration, event
processing can occur over a secure connection.
About this task
To configure event processing for a secure connection:
Procedure
-
Stop the WebSphere® Application
Server Liberty profile.
-
Configure the web server for a secure connection. See Creating a Secure Connection to the Web Server.
-
Configure the event repository for a secure connection by choosing one of the following
steps:
- If you are using the event repository RESTful APIs for Process events,
then POST to the event repository URL by including https, for example
https://server:port/sccwebclient/events/_bulk_docs.
- If you are using the event publisher SDK for Java, then in the configuration file of the
event publisher SDK on the server enterevent.repository.url as
https://liberty_hostname:https_port/sccwebclient/events.
For IBM Global
High Availability Mailbox servers, update the
global.properties file of the Global Mailboxserver under shared
directory/config.
-
Start the WebSphere Application
Server Liberty
profile.