-
Notifications
You must be signed in to change notification settings - Fork 336
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
SSL/TLS connection to the broker #86
Comments
There is some work done, but the implementation is not perfect yet (in my opinion). Use the constructor of It would be nice to be able to pass a |
Please consider also issue #83. |
Pull request #90 fixed this. |
I am having a problem in connecting to host using qmqtt. below is my code
QMQTT::Client *client = new QMQTT::Client("xxxxx.us-east-1.amazonaws.com", 8883, sslConfig, false);
I am getting QMQTT::ClientError as SocketSslHandshakeFailedError. Can you please help me to check what am I missing?? |
Hi,
Is SSL/TLS is supported in QMQTT or not yet ?
How can we use it and set certificate and other information ? Is there an example ?
Regards,
Mohamed
The text was updated successfully, but these errors were encountered: