i use the example “historical_trades”
but it does not work, why?
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1123)
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘api3.binance.com’, port=443): Max retries exceeded with url: /api/v3/historicalTrades?symbol=BTCUSDT (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:1123)’)))
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘api3.binance.com’, port=443): Max retries exceeded with url: /api/v3/historicalTrades?symbol=BTCUSDT (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:1123)’)))
Thanks for any help with this.