Centos 8 Failed to save scheduled backup : The Perl module Crypt::SSLeay needed to communicate with Amazon's S3 service is not installed

It looks like Virtualmin needs to possibly use Net::SSLeay which comes with Centos 8 instead of Crypt::SSLeay which, unless I am mistaken, was supposed to be replaced by Net::SSLeay.

Is there any other way around this?

We can make Crypt::SSLeay optional. Does it work if you edit /usr/libexec/webmin/virtual-server/s3-lib.pl and remove “Crypt::SSLeay” on line 10?

Yes. It seems to work fine if Crypt::SSLeay is removed.

Thank you.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.