Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
260 stars 487 forks source link

Proxy for batch service not working on windows server 2012 #214

Closed r00ta closed 7 years ago

r00ta commented 7 years ago

Hi,

i set the proxy for the blob_client (python) with

blob_client.set_proxy("REDACTED",8080)

And for the storage everything is working fine. But for the batch_client in the creation of the pool i just wait and after some time i get a timeout exception from the urllib3 library.