swt83 / php-mailchimp

A PHP library for working w/ the Mailchimp API.
MIT License
18 stars 4 forks source link

CURLOPT_SSL_VERIFYHOST should be set to a value of 2 #4

Closed chamby closed 11 years ago

chamby commented 11 years ago

CURLOPT_SSL_VERIFYHOST should be set to a value of 2 in production environments.

See: http://php.net/manual/en/function.curl-setopt.php

swt83 commented 11 years ago

Thank you.