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

TLS certificate support #29

Open
swails opened this issue Apr 24, 2016 · 7 comments
Open

TLS certificate support #29

swails opened this issue Apr 24, 2016 · 7 comments

Comments

@swails
Copy link

swails commented Apr 24, 2016

Hi,

I wasn't completely sure that this project was still active, but recent activity on #28 suggests that's not necessarily true. I'm working on SSL/TLS support in my own fork (with support for anonymous encryption with self-signed certs). Would that be a welcome addition as a PR here? I believe encryption adds a bit of overhead to the bandwidth consumption, so I wanted the stress testing done with that turned on (since it will be in production for my needs).

I'm not tackling client certs since that's not part of my use-case, but it should presumably be straightforward to make the addition if someone wanted it.

Thanks.

@karlp
Copy link
Member

karlp commented Apr 25, 2016

I'm not actively using it myself anymore/rightnow, but I'll do my best to merge things. There's already support for TLS-PSK, but I hadn't needed cert based stuff, I'm sure someone would find it useful :) In general, SSL is virtually zero overhead until your packet sizes get "large" as the main cost is only at connection time.

@vasifsy
Copy link

vasifsy commented Dec 15, 2016

+1 for @swails 's suggestion. I am personally working on TLS and self-signed --cafile based mosquitto server. So, I feel that would be a great addition to test my service.

@karlp
Copy link
Member

karlp commented Dec 16, 2016

Please see my earlier comment. I'm sure it would be a useful addition, and I' try and merge any PR that adds this. However, I'm not working on it myself.

@karlp karlp changed the title TLS support TLS certificate support Dec 16, 2016
@abhi-84
Copy link

abhi-84 commented Dec 10, 2020

Hi there
Is SSL/TLS support available now?
How to access and use it?
Thanks

@karlp
Copy link
Member

karlp commented Dec 10, 2020

Please read the earlier comments.

@abhi-84
Copy link

abhi-84 commented Dec 16, 2020

As per the previous comments, it does not talk about how to use this tool with TLS.
Can you please carify

@etactica etactica locked as resolved and limited conversation to collaborators Dec 16, 2020
@karlp
Copy link
Member

karlp commented Dec 16, 2020

As mentioned, every time, #29 (comment) there is no support for certificate based authentication. A Pull request would be reviewed. TLS-PSK is supported. I've locked this because, as before, I'm not working on this, and saying the same thing every time is tedious.

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

No branches or pull requests

4 participants