CentOS 7 released perl-Mojolicious 7.94 on 11/26 which effectively breaks all the SSL connection our perl clients make. This includes pSConfig and the toolkit GUI. We need a fix ASAP. It looks like the root cause of the problem is a requirement of IO::Socket::SSL 2.009+. We may also need to set an insecure option on the Mojo::UserAgent as there was a change in default behavior of the client to always validate certificates.
CentOS 7 released perl-Mojolicious 7.94 on 11/26 which effectively breaks all the SSL connection our perl clients make. This includes pSConfig and the toolkit GUI. We need a fix ASAP. It looks like the root cause of the problem is a requirement of IO::Socket::SSL 2.009+. We may also need to set an
insecure
option on the Mojo::UserAgent as there was a change in default behavior of the client to always validate certificates.