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

Enable http proxy support for mqtt3 #1010

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tg892580
Copy link

@tg892580 tg892580 commented Aug 14, 2023

The code change allows Paho mqtt3 client which is running behind a http proxy is able to communicate to mqtt broker in outside world.
If the Http Proxy is configured, the new code will establish a TCP tunnel between mqtt client and the http proxy first, so that any further mqtt traffic to the mqtt broker will be routed through the TCP tunnel to the http proxy, which then forwards the traffic to the mqtt broker.

Signed-off-by: Tony Guo [email protected]

Please make sure that the following boxes are checked before submitting your Pull Request, thank you!

  • This change is against the develop branch, not master.
  • You have signed the Eclipse ECA
  • All of your commits have been signed-off with the correct email address (the same one that you
    used to sign the CLA) Hint: use the -s argument when committing.
  • If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that
    you are fixing straight away that you add some Description about the bug and how this will fix it.
  • If this is new functionality, You have added the appropriate Unit tests.

@sagarheroor
Copy link

@tg892580 & Others -- This patch has worked in our project, Can you please let me know if and when the patch will be merged for the release?
Really appreciate your work on this patch.

@tg892580
Copy link
Author

tg892580 commented Jan 11, 2024 via email

@sagarheroor
Copy link

[email protected]>
@rdasgupt -- I see most of the patches are merged by you.. Can you please help to merge this patch and release new version of paho library of java

@tg892580
Copy link
Author

tg892580 commented Jan 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants