Brightspace / valence-sdk-php

PHP Valence SDK
Apache License 2.0
9 stars 13 forks source link

Change CURL_OPT to correct value #5

Closed slaughter550 closed 10 years ago

slaughter550 commented 10 years ago

Hello, I noticed on php 5.3 and above, the previous CURL_OPT for verifying the SSL cert was not working and caused a runtime error. The docs suggest using CURLOPT_SSL_VERIFYPEER as the option to verify the SSL cert.

ghost commented 10 years ago

Whoops; good catch.