Issue:
Switched communication between components to SSL. I set the lisa.net.default.protocol to ssl in the local.properties file.
The problem is that the registry does not show on the Enterprise Dashboard anymore. It did show when I was using tcp.
Do I need to configure something else to have my registry list populated with my ssl registry?
Environment:
DevTest 8.x and 9.x
Cause:
The enterprise dashboard url should be updated to reflect ssl
Resolution/Workaround:
If you set all components to ssl by setting lisa.net.default.protocol to ssl, you will have to set the enterprise dashboard url to ssl on the Registry machine. Please add below property in local.properties
lisa.enterprisedashboard.service.url=tcp://MachineName/IPAddress:2003/EnterpriseDashboard
to
lisa.enterprisedashboard.service.url=ssl://MachineName/IPAddress:2003/EnterpriseDashboard
Additional Information:
You will need to restart DevTest Components