src/Tweeper.php: do not disable CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER
authorAntonio Ospite <ao2@ao2.it>
Wed, 3 Jun 2020 20:15:49 +0000 (22:15 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 3 Jun 2020 20:15:49 +0000 (22:15 +0200)
commit78888e26716cad65e8e9df11226384f5661cf657
treed59bbd5703a0ec5e0bc1fca188709a182616d94f
parentda4568f5a2d24e0933d44b16b5ef180095c42dab
src/Tweeper.php: do not disable CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER

Do not disable CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER to
actually enforce certificate verification on TLS connections.

This was a relic of some early experimental code and should have not
made it to the stable release.

Moreover the value passed to CURLOPT_SSL_VERIFYHOST was also of the
wrong type, it should have been an integer rather than a boolean.
src/Tweeper.php