Hello there,
TS- 7.3.2
OS – RHEL 5
Issue: None of the workflows were moving. They all stuck on external tasks (perl script execution).
Iwtrace.log suggested that teamsite main process is unable to communicate to utild daemon. It was trying to connect utild but fails every time.
Nothing was changed on TeamSite server other than the new OS security patches. So we looked at the all the OS patch installs.
We upgraded open ssl libs from (0.9.8e-33.el5_11) to (0.9.8e-36.el5_11).
RED HAT: https://rhn.redhat.com/errata/RHSA-2015-1197.html
Note: This update forces the TLS/SSL client implementation in OpenSSL to reject DH key sizes below 768 bits, which prevents sessions to be downgraded to export-grade keys. Future updates may raise this limit to 1024 bits.
It seems TeamSite uses DH key of size smaller than 768 bits while communicating to utilid daemon and which is rejected by the new updated openssl.
We reverted openssl back to (0.9.8e-33.el5_11) and everything started working like charm.
We have raised this issue with HP support. Support has replied that they will take this to HP engineering and a patch for this may take couple of months or more.
I hope this update helps someone.
Thanks
Rajesh