If you using WHM/Cpanel the problem woocommerce status says curl: opensslv1.0.0 however your server show
root@x [~]# openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
You have to remove the curlssl from the cPanel server and recompile the php for fixing this issue as follows,
update curl
# yum update curlssl
update openssl
# yum update openssl
remove curl and recompile the php
# rm -rf /opt/curlssl
# /scripts/easyapache
refer the screenshot https://imgur.com/YBiAvgZ