pyth-network/pyth-client

Native HTTPS support

riptl opened this issue · 3 comments

riptl commented

pythd does not natively support connecting to HTTPS endpoints.

#49 is a brittle workaround. Several users are having issues connecting to nodes that require TLS. Having to manage an additional NGINX instance is an added maintenance burden and introduces another single point of failure.

Please consider using a HTTP client library such as

This is a known issue and on the roadmap. Thanks for the input.

We can only second that

we're working on addressing this in a new version.