disqus / DISQUS-API-Recipes

Cook all the things!
288 stars 132 forks source link

Disabled SSL in PHP samples #16

Open xrstf opened 10 years ago

xrstf commented 10 years ago

The API documentation states that

Note: We recommend using SSL for all requests to the API, but it is not required for anonymous requests.

But the PHP samples show that proper SSL verification has been explicitely disabled:

https://github.com/disqus/DISQUS-API-Recipes/blob/master/widgets/php/popular_threads/getpopularthreads.php#L22-L23

Why is this?