Hub configuration will not open, and crashes when trying to open directly on hub.
Release : All
Component : UIM - HUB
This was found to be related to the notAfter times that were listed in the tunnel section of the hub.cfg were listed with negative numbers:
Example:
<2>
organizationName = Your State
organizationalUnitName = Your Organizational Unit
commonName = *.*.*.*
notAfter = -1651904209
</2>
We removed the hyphen and saved the file. Now we are able to configure the hub.
<2>
organizationName = Your State
organizationalUnitName = Your Organizational Unit
commonName = *.*.*.*
notAfter = 1651904209
</2>