Not able to send message from iot edge to iot hub

Copper Contributor
My set up : I have a windows 10 desktop and installed EFlow and edge hub and edgeagent services are running. I deployed simulated temperature sensor module and as per the service logs, it’s generating the messages, but I don’t see the messages are reaching the iot hub.
Please note that Device is in a corporate environment and it’s behind a firewall and uses proxy for internet.
To check the device to cloud message , I installed visual studio code on the same machine as EFlow machine and tried “send d2c” message and it says messages are failing but it does not show the reason it failed. I installed VS code on a different machine(behind firewall ) and tried d2c message and it’s working.
Any idea how to troubleshoot further?
Thanks,
Nikesh
1 Reply
Hi,
Have you looked at the doc indicating how to configure your IoT Edge device/runtime to connect through a proxy at https://docs.microsoft.com/azure/iot-edge/how-to-configure-proxy-support ? That should help