https://bugzilla.redhat.com/show_bug.cgi?id=1744782
Jitka Plesnikova jplesnik@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|caillon+fedoraproject@gmail | |.com, caolanm@redhat.com, | |john.j5live@gmail.com, | |kasal@ucw.cz, | |rhughes@redhat.com, | |rstrode@redhat.com, | |sandmann@redhat.com |
--- Comment #3 from Jitka Plesnikova jplesnik@redhat.com --- Hi,
what do you use as a source for OCS Inventory?
I looked at https://github.com/OCSInventory-NG/UnixAgent and there is written following:
To get SSL communications working (for packages deployment or HTTPS communications to OCS server), you need these modules: - Crypt::SSLeay if you use LWP prior to version 6 - LWP::Protocol::https if you use LWP version 6 or more
RHEL 8 provides perl(LWP) = 6.34, so you should requires per(LWP::Protocol::https) which is part of RHEL 8.
I checked the code and Crypt::SSLeay is used only with LWP < 5.83. No changes in this code are needed.