In the "market_price_rto_authentication.py" example on GITHUB, how do I configure proxy settings inside the code? I am running the code inside an organization network. The error received is below.
Sending authentication request with password to https://api.refinitiv.com:443/auth/oauth2/v1/token ...
LSEG Delivery Platform authentication exception failure: HTTPSConnectionPool(host='api.refinitiv.com', port=443): Max retries exceeded with url: /auth/oauth2/v1/token (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000021BCBEB6F90>, 'Connection to api.refinitiv.com timed out. (connect timeout=None)'))
An exception has occurred, use %tb to see the full traceback.