[Bug Report] Proxy settings are ignored when connecting to IoT Hub over AMQP #2242
Labels
bug
Something isn't working.
customer-input-needed
Issue lacks enough data for a proper investigation.
IoTSDK
Tracks all IoT SDK issues across the board
Context
Description of the issue
An application that is located on premises of a customer connects over AMQP to IoT Hub. The customer uses a corporate proxy.
In the application I'm creating a DeviceClient instance and opening a connection to IoT Hub over AMQP.
No matter what I enter for property AmqpTransportSettings.Proxy it seems to be ignored.
Regardless if I enter the correct address of the corporate proxy or a fake address, the SDK behaves the same:
It always manages to connect to the IoT Hub. Is the Proxy property respected at all? See minimal example below.
Code sample exhibiting the issue
Console log of the issue
Connected to IoT Hub successfully!
The text was updated successfully, but these errors were encountered: