You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having problems using Ruby 1.9.3 connecting to SalesForce using this gem. It looks like Net::HTTP.new takes different sets of arguments if a proxy is needed so I modified the https method in the SalesforceBulkApi::Connection class to the following:
This seemed to fix the problem for me but I wasn't sure how you wanted this worked into the Connection class. I was thinking of setting proxy variables in the connection from the Restforce/Database.com client if the proxy_uri option is set. If you think this is a decent approach, I'll work it up and send in a PR for it.
The text was updated successfully, but these errors were encountered:
I was having problems using Ruby 1.9.3 connecting to SalesForce using this gem. It looks like Net::HTTP.new takes different sets of arguments if a proxy is needed so I modified the https method in the SalesforceBulkApi::Connection class to the following:
This seemed to fix the problem for me but I wasn't sure how you wanted this worked into the Connection class. I was thinking of setting proxy variables in the connection from the Restforce/Database.com client if the proxy_uri option is set. If you think this is a decent approach, I'll work it up and send in a PR for it.
The text was updated successfully, but these errors were encountered: