Skip to content

Commit

Permalink
Use system CA store instead of bundled one
Browse files Browse the repository at this point in the history
Change-Id: I0bd8e66a77ab0a9830a793f98ff39f89c6045dae
Reference: nahi/httpclient#445
  • Loading branch information
kamaradclimber committed Oct 13, 2021
1 parent 5e27766 commit e6d84be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bga_to_bgg/bga.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def _history(page: 1, previous_pages: [])
def http_client
@http_client ||= HTTPClient.new.tap do |c|
c.set_auth(BGA_URL, @username, @password)
c.ssl_config.set_default_paths # https://github.com/nahi/httpclient/issues/445
end
end
end
Expand Down

0 comments on commit e6d84be

Please sign in to comment.