IBM Connections send notifications links as http not https

Links on messages from IBM Connections contains links as https and http. The customer want’s only https links

How to set :

1 – On the DMGR profile:

./wsadmin.sh -lang jython -user admin_user_id -password admin_password

2 -Type the following on wsadmin interface

execfile(“connectionsConfig.py”)

3 – Do a checkout of LotusConnections-config.xml

LCConfigService.checkOutConfig(“/tmp/”,AdminControl.getCell())

4 – Change de following to true

forceConfidentialCommunications enabled=”false”

5 Checkin the new LotusConnections-config.xml

LCConfigService.checkInConfig()

6 – Sync and restart the nodes

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *