jsboulanger / streak-ruby

Ruby bindings for the Streak API (streak.com)
MIT License
10 stars 21 forks source link

Ignoring SSL certificates #5

Open cimm opened 9 years ago

cimm commented 9 years ago

Why is the gem explicitly ignoring the SSL cert verification? Is there a good reason and if not, could you please enable the SSL verification?

Thank you!

lancecarlson commented 6 years ago

This is a good question. Locally, I just changed :verify_ssl => true, and it seemed to work OK still. Any reason this can't be changed to true? @jsboulanger