IBM Connections send notifications links as http not https

Last updated on October 21, 2015

Share

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