-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP (non-secure) support to be deprecated #30
Comments
anything on this? seems like currently any calls using this gem fail... |
PR is pending |
Pipedrive dropped support for HTTP calls. An easy fix is to fork the gem and then update the base_uri line in lib/pipedrive-ruby/base.rb to show 'https://api.pipedrive.com/v1' then in your gemfile gem 'pipedrive-ruby', github: /your-username/pipedrive-ruby |
The Pipedrive API has deprecated the use of insecure http. Resolves GeneralScripting#30
This was my temporary fix , if it helps |
http://blog.pipedrive.com/2015/04/deprecating-http-non-secure-api-access-from-may-11-2015
The text was updated successfully, but these errors were encountered: