Skip to content

Conversation

@MarkFChavez
Copy link

@MarkFChavez MarkFChavez commented Aug 13, 2020

Problem

Bitgo requires you to choose a list of IP addresses to whitelist. In our case, we have servers in which they use dynamic IP addresses that is expected to change often.

Solution

We need to pass our requests to a proxy server so Bitgo can recognize its validity. To do this, we modified this library so it accepts aproxy parameter.

Usage

BitgoClient::V2.new(<access token>, proxy:  <your proxy server>, ... some other options)

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