Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certs out of date on most crypto backfillers.. #586

Open
goodboy opened this issue Apr 8, 2022 · 1 comment
Open

Certs out of date on most crypto backfillers.. #586

goodboy opened this issue Apr 8, 2022 · 1 comment

Comments

@goodboy
Copy link
Contributor

goodboy commented Apr 8, 2022

For eg. the binance fetcher give this on startup with the container:

Requesting BTC 2018-01-01 00:00:00 +0000 UTC - 2018-01-01 05:00:00 +0000 UTC
Response error: Get "https://www.binance.com/api/v1/klines?endTime=1514782800000&interval=1m&startTime=1514764800000&symbol=BTCUSDT": x509: certificate signed by unknown authority
Problematic symbol BTC

same thing more or less with "gdax" (aka coinbase) and others..

@goodboy
Copy link
Contributor Author

goodboy commented Apr 8, 2022

exact config:

bgworkers:
  - module: binancefeeder.so
    name: BinanceFetcher
    config:
      symbols:
        - BTC
      base_timeframe: '1Min'
      base_currencies:
        - USDT
        # - BTC
      query_start: '2018-01-01 00:00'

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

No branches or pull requests

1 participant