How can Chinese developers call Binance production environment APIs locally

I hope to call through a network proxy, the production environment interface, such as api.binance.com. But it reports exception javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake.
what should i do next,

There is no issue from server side that stop clients from sending the requests.
It very likely due to the network connection issue, please feel free to try on different proxy solution or find out how to setup in the code.

https://github.com/binance/binance-connector-python this library in Python support proxy, please try to see if it works with your proxy settings.