-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add support for ssl connection #10
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Duncan Burke <[email protected]>
Signed-off-by: Duncan Burke <[email protected]>
Looking for anyone that would be able to work on implementing this with the current version and bundle it as an extension update. |
I can try to merge the ssl branch with the current master. But are there any plans to integrate this into master/develop? |
updated ssl branch |
I do plan on doing my best to try and get this pulled into the master branch if possible. C is not my strong suit at the moment, so may take a while. |
@keithf4 If you have any questions, feel free to contact me. |
So I think I'd like to see about getting the updated librabbitmq library in place before trying to get this pulled in. Seems that would be better long term to make sure the base libraries are up to date and working before pulling in a new major feature like this. I'm going to be testing out that pull request to the best of my ability to make sure all the basic stuff is working and will then push out a new version. Could use any additional assistance you can provide testing that then. |
That's a good idea. If you create a feature branch with the latest library version, I will reimplement the ssl support against this branch and you can publish a new version 0.5.0 with latest library version and ssl support |
It appears that |
@postwait yes old:
new:
to allow header routing as well. |
No description provided.