Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
add link to Ruby legacy SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Juwon Lee committed Dec 22, 2015
1 parent dcc68b6 commit b4695bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ To check Python, in a shell on your **production system**, run:

Ruby 2.0.0 or above is required to use the TLSv1.2 capability of the system supplied OpenSSL. OpenSSL 1.0.1c is the first version that supplies TLSv1.2. That is, both `Ruby > 2.0.0` and `OpenSSL > 1.0.1c` are required. Then, run `bundle update` to update your dependencies.

*For legacy Ruby SDK (such that was packaged in `PP_Ruby_NVP_SDK.zip`), download [this SDK](https://github.com/paypal/TLS-update/blob/master/ruby/PP_Ruby_NVP_SDK.zip)*

To check Ruby, in a shell on your **production system**, run:

`$ ruby -r'net/HTTP' -e 'uri = URI("https://tlstest.paypal.com/"); puts Net::HTTP.get(uri)'`
Expand Down

0 comments on commit b4695bb

Please sign in to comment.