Skip to content

Upgrade oauth2 to current version.#14

Open
fredjean wants to merge 1 commit intoBitBalloon:masterfrom
fredjean:patch-1
Open

Upgrade oauth2 to current version.#14
fredjean wants to merge 1 commit intoBitBalloon:masterfrom
fredjean:patch-1

Conversation

@fredjean
Copy link
Copy Markdown

The 0.9.x version of oauth2 still rely on the default SSL settings. As a result, it attempts to connect to the authorization server using SSLv3. It appears that your authorization server no longer support that protocol (which is a good thing due to 🐩).

Your tests are still passing after upgrading oauth2 to 1.1.0. This should address #13 .

The 0.9.x version of oauth2 still rely on the default SSL settings. As a result, it attempts to connect to the authorization server using SSLv3. It appears that your authorization server no longer support that protocol (which is a good thing.).

Your tests are still passing after upgrading oauth2 to 1.1.0. This should address BitBalloon#13 .
@svenfuchs
Copy link
Copy Markdown

bitballoon-ruby is used by Travis CI https://github.com/travis-ci/dpl, and the tight requirement on oauth2 (which by itself has a pretty tight dependency on faraday) conflicts with a lot of other, more recent gems.

    bitballoon was resolved to 0.2.6, which depends on
      oauth2 (~> 1.1.0) was resolved to 1.1.0, which depends on
        faraday (< 0.10, >= 0.8)

@biilmann any chance of maybe getting this merged and released? or anyone else at BitBalloon?

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 this pull request may close these issues.

2 participants