SSL Configuration for Connection Between TIBCO BusinessEvents and TIBCO StreamBase
TIBCO BusinessEvents supports both one-way (server side) and two-way (server side as well as client side) SSL authentication for TIBCO StreamBase connection.
You can use the StreamBase proxy server (sbproxy) for activating secure access to the StreamBase server (sbd). The StreamBase proxy server is configured by using the security section of the StreamBase server's configuration (sbd.sbconf) file. When the <security> element exists in the sbd.sbconf file, the StreamBase server runs in the secure mode. All communications between BusinessEvents and the StreamBase server go through the StreamBase proxy server.
For more information on secured connection to StreamBase, refer TIBCO StreamBase Documentation.
- Setting up One-way SSL Between TIBCO BusinessEvents and TIBCO StreamBase
In one-way SSL connection, only the StreamBase proxy server sends X.509 certificate to BusinessEvents (client) for verification. - Setting up Two-way SSL Between TIBCO BusinessEvents and TIBCO StreamBase
In two-way SSL connection, the StreamBase proxy server sends X.509 certificate to BusinessEvents (client) for verification and also verifies the X.509 certificate sent by BusinessEvents. - Setting up One-way SSL with Enhanced Authentication Between TIBCO BusinessEvents and TIBCO StreamBase
In one-way SSL connection with enhanced authentication, the StreamBase proxy server sends X.509 certificate to BusinessEvents (client) for verification. StreamBase server also verifies the provided user name and password with credentials configured in the StreamBase server configuration file. - Setting up Two-way SSL with Enhanced Authentication Between TIBCO BusinessEvents and TIBCO StreamBase
In two-way SSL connection with enhanced authentication, the StreamBase proxy server sends X.509 certificate to BusinessEvents (client) as well as BusinessEvents sends X.509 certificate to StreamBase proxy server for verification. StreamBase server also verifies the provided user name and password with credentials configured in the StreamBase server configuration file.
Copyright © Cloud Software Group, Inc. All rights reserved.