-
Notifications
You must be signed in to change notification settings - Fork 31
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 support for subscribing #14
Comments
Well you can modify the existing connect function inside the library. |
Thank you, Unfortunately, I don't have enough support from the dev team @ my workplace. Is it possible for you to help me with this? Thanks! |
I also have the same problem, I need to pass 3 certs file inorder to connect to MQTT broker. |
I was wondering how I missed adding the I can add it, however pull requests are welcome. |
Hi,
The broker that we are using needs TLS ca_certs, cert, keyfile. I dont see any option in Connect, subscribe/subscribe and validate keywords that lets me specify these anywhere (unlike Publish Single).
I can also see that https://pypi.org/project/paho-mqtt/#single shows 2 functions for subscribe simple and callback, but https://github.com/randomsync/robotframework-mqttlibrary/blob/master/src/MQTTLibrary/MQTTKeywords.py doesnt
Is it possible to add this option, because using just publish is of no use if we are not able to subscribe and retrieve what we we have published? Thanks
The text was updated successfully, but these errors were encountered: