EMS - SSL with multiple ports and multiple Properties
book
Article ID: KB0082141
calendar_today
Updated On:
Products
Versions
TIBCO Enterprise Message Service
-
Not Applicable
-
Description
Is this below approach possible ? How can we achieve this if we have to use the same EMS instance to expose multiple ports with multiple properties ?
1. Port A - Non-SSL connections.
2. Port B - For SSL Connections with "ssl_auth_only" = true
3. Port C - For SSL Connections with "ssl_auth_only" = false
Environment
All
Resolution
User can define multiple listen entries in the tibemsd.conf file. Howver set ssl_auth_only = enable can be set to once only in the tibemsd.conf file
So its not possible in EMS to setup different properties for each port, as per the EMS existing expected it can have different listen parameter but they all have configured to the same properties.
Issue/Introduction
EMS - SSL with multiple ports and multiple Properties