Summary: On certain systems like Amazon Linux 2 (ami-06e85d4c3149db26a, us-west-2) we have python 3.11 but the openSSL version is still 1.0.2, so the python ssl module does not work. We need a preflight check to ensure OpenSSL 1.1.1+ on python versions 3.10+.
Test Plan:
install YBA with yba-ctl, ensure preflight check fails on ami-06e85d4c3149db26a
upgrade openssl version, then ensure install succeeds
Reviewers: dshubin, sanketh
Reviewed By: dshubin
Subscribers: yugaware
Differential Revision: https://phorge.dev.yugabyte.com/D39707