marketstore icon indicating copy to clipboard operation
marketstore copied to clipboard

Certs out of date on most crypto backfillers..

Open goodboy opened this issue 4 years ago • 1 comments

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 avatar Apr 08 '22 22:04 goodboy

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'

goodboy avatar Apr 08 '22 22:04 goodboy