-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corporate proxy for iot-service-client #766
Comments
What features do you need proxy support for on the service client? Is this for registry manager (device identity management) or service client (messaging, file upload notification)? |
This is for the registry manager. I was wondering if I could specify my company's internal network when I am trying to connect to my IoT Hub. |
Currently the registry manager does not have proxy support, but I can look into adding it |
It would be most helpful for our application which runs behind a corporate proxy, thanks! |
Thank you very much @timtay-microsoft for your effort. |
That depends, what kind of proxy do you use, and which protocol do you use for messaging (amqps or amqps_ws)? |
I could feasibly add proxy support for typical HTTP proxies if you are using amqps_ws, similar to how we have it on the device client side. |
Yes we are using the websocket version of the AMQPS, so again we would be grateful if you could add support for HTTP proxies. |
Yeah, that's feasible. I'll try to get that feature in soon. Do you need authentication for these proxies? |
No, not at the moment at least! |
Thank you @timtay-microsoft, I've used the updates and works like a charm! |
Glad to hear it! We're hoping to get the release out within the next week |
Proxy support has now been released as of service client version 1.22.0, so I'm closing this issue. |
@timtay-microsoft, @alam-R, thank you for your contribution to our open-sourced project! Please help us improve by filling out this 2-minute customer satisfaction survey |
OS and version used: Centos 7
Java runtime used: 1.8
SDK version used: 1.21
Hey there,
I couldn't find an answer so my question is:
Is it possible to define an unauthenticated internal proxy for iot-service-client? If so, is there a sample or a reference?
Thanks!
The text was updated successfully, but these errors were encountered: