aki017 / slack-ruby-gem

A Ruby wrapper for the Slack API
MIT License
242 stars 79 forks source link

Add options to allow for supplying ca_path and ca_file to Faraday #13

Closed fjaeckel closed 9 years ago

fjaeckel commented 9 years ago

This allows to add the Faraday options ca_path and ca_file to the Slack.configure constructor.

Is needed if deployed in environments such as Heroku: https://github.com/lostisland/faraday/wiki/Setting-up-SSL-certificates#heroku-fedora-centos

aki017 commented 9 years ago

:+1: