angellist-api
angellist-api copied to clipboard
Enable SSL verification
We have :ssl => {:verify => false}
in the Faraday connection options. This was likely cargo-culted. It needs to die a fiery death. But, we should make it configurable, for crazy people stuck in some situation with broken SSL and unable to fix it.
Do we know there are folks that are stuck in a situation w/ broken SSL? If not, there's not much point in this.
Pretty sure angel.co only accepts https
anyway.