You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
We are having issues connecting to azure blob storage through a HTTPS proxy.
We have verified that the proxy details are correct, and have written a similar test app to the below one using the AWS S3 SDK that connects through the proxy without any issues.
If I remove the operationContext.set_proxy(proxy); line from the below code it connects.
The error we get is: WinHttpReceiveResponse: 12030: The connection with the server was terminated abnormally
It seems to us that there is a problem with the SDK, here is code from the test app we have written:
We are having issues connecting to azure blob storage through a HTTPS proxy.
We have verified that the proxy details are correct, and have written a similar test app to the below one using the AWS S3 SDK that connects through the proxy without any issues.
If I remove the
operationContext.set_proxy(proxy);line from the below code it connects.The error we get is:
WinHttpReceiveResponse: 12030: The connection with the server was terminated abnormallyIt seems to us that there is a problem with the SDK, here is code from the test app we have written:
Following more in-depth investigation we noted the following: