If I run curl against a machine that is running OpenSSL 1.0.0e for example:
curl -v https://shumaker.flexrentalsolutions.com
on a machine t
Now due to the POODLE vulnerability many sites are now disabling SSL 3.0
POODLE vulnerability
SSL 3.0
You should use TLS like this :
TLS
curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1)
If you still have error (for Apache) check if your vhost get the correct setting ServerName
vhost
ServerName