product-definition-center / pdc-ruby-gem

PDC Ruby Gem
MIT License
1 stars 7 forks source link

PDC gem must have a way to turn off ssl verification #4

Closed sthaha closed 8 years ago

sthaha commented 8 years ago

For testing pdc gem, there must be a way to turn off ssl verification

e.g.

config.ssl_verify = false should result in faraday.new(... ssl: {verify: false}) 
sthaha commented 8 years ago

solved by #10

sthaha commented 8 years ago

SSL Verification is turned off for faraday but not when fetching token. Hence reopening.

sthaha commented 8 years ago

Fixed in PR #14