You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using FUXA in my recent project to visualize and render data using MQTT. I really appreciate the functionality it offers; however, I have encountered a situation where I need to establish a secure MQTT connection using SSL certificates (CA cert, Client cert, and client key).
Currently, FUXA supports MQTT connections with authentication via username and password. While this works fine in many situations, it falls short when advanced security is required and secure connections need to be established via SSL/TLS using certificates.
The underlying MQTT.js library which FUXA uses for MQTT connections already has support for TLS connections (see example here: https://github.com/mqttjs/MQTT.js/tree/main/examples/tls%20client). Therefore, I believe it would be a valuable feature addition to allow users to specify CA cert, Client cert, and client key within FUXA to take advantage of the secure MQTT with TLS provided by MQTT.js.
This enhancement would not only increase the level of security in the application, but also broaden the scope of projects that could utilize FUXA.
Please consider this feature request for a future release. I believe it would be a great asset for many developers dealing with secure IoT applications and more.
Thank you for your time and consideration.
Best regards,
Eduardo
The text was updated successfully, but these errors were encountered:
Hello frangoteam,
I've been using FUXA in my recent project to visualize and render data using MQTT. I really appreciate the functionality it offers; however, I have encountered a situation where I need to establish a secure MQTT connection using SSL certificates (CA cert, Client cert, and client key).
Currently, FUXA supports MQTT connections with authentication via username and password. While this works fine in many situations, it falls short when advanced security is required and secure connections need to be established via SSL/TLS using certificates.
The underlying MQTT.js library which FUXA uses for MQTT connections already has support for TLS connections (see example here: https://github.com/mqttjs/MQTT.js/tree/main/examples/tls%20client). Therefore, I believe it would be a valuable feature addition to allow users to specify CA cert, Client cert, and client key within FUXA to take advantage of the secure MQTT with TLS provided by MQTT.js.
This enhancement would not only increase the level of security in the application, but also broaden the scope of projects that could utilize FUXA.
Please consider this feature request for a future release. I believe it would be a great asset for many developers dealing with secure IoT applications and more.
Thank you for your time and consideration.
Best regards,
Eduardo
The text was updated successfully, but these errors were encountered: