perfsonar / perl-shared

Shared libraries used by perl packages and referenced as a submodule in many git repos
Apache License 2.0
7 stars 3 forks source link

perl-Mojolicious upgrade on CentOS 7 breaks all https #64

Closed arlake228 closed 5 years ago

arlake228 commented 5 years ago

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.