aaP_adeseg99
Is it possible to solve the problem by trying Curl and using the system's openssl?
download_Url="http://node.aapanel.com"
curlVersion="7.74.0"
wget ${download_Url}/src/curl-${curlVersion}.tar.gz
tar -zxf curl-${curlVersion}.tar.gz
cd curl-${curlVersion}
mv /usr/local/curl_2 /usr/local/curl_2_old
./configure --prefix=/usr/local/curl_2 --enable-ldap --enable-ldaps --with-brotli --with-libssh2 --with-libssh --enable-ares --with-gssapi --without-nss --enable-smb --with-libidn2 --enable-ssl --with-ssl
make && make install
cd ..
rm -f curl-${curlVersion}.tar.gz
rm -rf curl-${curlVersion}
/etc/init.d/php-fpm-82 restart