Skip to content
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

Using MQTT .Net Client with a proxy server #212

Open
SmartLifeSolutions opened this issue Nov 11, 2024 · 3 comments
Open

Using MQTT .Net Client with a proxy server #212

SmartLifeSolutions opened this issue Nov 11, 2024 · 3 comments
Labels
feature request Request for new functionality question Further information is requested

Comments

@SmartLifeSolutions
Copy link

Checklist

  • [ x] I've searched the project's issues.
  • [ x] I've searched the project's discussions.

❓ Question

I am developing an asp.net 8.0 app that is using the MQTT .Net Client to communicate with customer systems. This has been working fine up to now running within Visual Studio 2022 and deployed to Azure Web Hosting. However, I want to migrate the app to run on IONOS Windows Web Hosting. However, IONOS is routing all http traffic through a proxy server. I have had to modify all our REST API HttpClients to use the required proxy server, but I can't find a way to do with the MQTT .Net Client. Is this possible or do I need to find another solution?

📎 Additional context

@SmartLifeSolutions SmartLifeSolutions added the question Further information is requested label Nov 11, 2024
Copy link

Hello @SmartLifeSolutions, thanks for contributing to the HiveMQ community! We will respond as soon as possible.

@pglombardo
Copy link
Collaborator

Hi @SmartLifeSolutions - How are you connecting the client? Through websockets?

If it's a transparent proxy, it should work out of the box but it sounds like it isn't.

This client doesn't support specifying an HTTP Proxy yet.

Let me know on the above and potentially we can plan out adding proxy support sooner than later.

@SmartLifeSolutions
Copy link
Author

SmartLifeSolutions commented Nov 11, 2024 via email

@pglombardo pglombardo added the feature request Request for new functionality label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for new functionality question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants