Forum Moderators: coopster
Since SSL is required to be installed, then you could do something like this:
if(function_exists('openssl_sign')) { echo "SSL Available!"; } else { echo "SSL Not Available"; }
Hope this helps!
eelix