coinbase / coinbase-advanced-py

The Advanced API Python SDK is a Python package that makes it easy to interact with the Coinbase Advanced API. The SDK handles authentication, HTTP connections, and provides helpful methods for interacting with the API.
https://docs.cdp.coinbase.com/advanced-trade/docs/welcome/
Apache License 2.0
101 stars 27 forks source link

added ssl context to websocket_base.py/open_async #33

Closed saleweaver closed 6 months ago

saleweaver commented 6 months ago

Connection to the WebSocket client failed on macOS, python 3.10/3.11.

Adding ssl.SSLContext() fixes the issue.

saleweaver commented 6 months ago

Just checking in if there's someone who could review?

urischwartz-cb commented 6 months ago

@saleweaver Thanks for reporting! We will release a new update including this change in the next few days.

urischwartz-cb commented 6 months ago

Hi @saleweaver, we just pushed v1.2.0 which has this fix. Thanks again for helping us improve our product!