-
Notifications
You must be signed in to change notification settings - Fork 466
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
Question: Is it possible to use client certificate for authentication in paho-mqtt javascript client? #187
Comments
x2 |
I have the same question |
@bharanidharan81 Any update on this issue? Have you found the solution?? |
looking for the solution |
I solved it by using browserMqtt.js I got the browserMqtt.js by these steps:
the server side is using mosquitto
|
have found a response ? |
@nijisakai is this working, can we use this |
It works fine with my project |
From the application point of view, you will have only one option (set useSSL to true). Then Paho JavaScript client will establish a secure websocket connection (i.e. wss://) .
For two authentication, client requires a certificate to establish the connection.
Is it possible to use client authentication with a certificate instead of username/password with the Paho javascript client ? If so, how? please share the tutorials and documentation to proceed.
The text was updated successfully, but these errors were encountered: