Does anyone know the command to determine if OpenSSL and mod_ssl are installed on Apache2?
Does anyone know the command to determine if OpenSSL and mod_ssl are installed on Apache2?
Create a test.php file with the following code in a www folder:
<?php echo phpinfo();?>
When you navigate to that page/URL in the browser. You will see something similar if you have openssl enabled:
To find the ssl version