databricks-sql-python icon indicating copy to clipboard operation
databricks-sql-python copied to clipboard

Proxy authentication not working

Open amir-haroun opened this issue 1 year ago • 0 comments

Hello,

We are trying to use the databricks sql connector behind an https proxy but this is failing with this error: WARNING:urllib3.connectionpool:Retrying (DatabricksRetryPolicy(total=25, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))': /sql/1.0/warehouses/xxxx

I think that there is an issue with the current implementation.

amir-haroun avatar Feb 15 '24 14:02 amir-haroun