Skip to content
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

Open
TimHas opened this issue Apr 17, 2015 · 4 comments
Open

HTTP (non-secure) support to be deprecated #30

TimHas opened this issue Apr 17, 2015 · 4 comments

Comments

@TimHas
Copy link

TimHas commented Apr 17, 2015

http://blog.pipedrive.com/2015/04/deprecating-http-non-secure-api-access-from-may-11-2015

@daniz
Copy link

daniz commented May 11, 2015

anything on this? seems like currently any calls using this gem fail...

@TimHas
Copy link
Author

TimHas commented May 11, 2015

PR is pending

@ike44est
Copy link

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

christopherstyles added a commit to christopherstyles/pipedrive-ruby that referenced this issue Jul 7, 2015
The Pipedrive API has deprecated the use of insecure http.

Resolves GeneralScripting#30
@Kinaan
Copy link

Kinaan commented Oct 16, 2015

This was my temporary fix , if it helps
Pipedrive::Organization.default_options.merge!(:base_uri => 'https://api.pipedrive.com/v1')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants