thingsboard / performance-tests

Thingsboard performance tests
https://thingsboard.io
Apache License 2.0
41 stars 52 forks source link

Main #67

Open HuseynA28 opened 6 months ago

HuseynA28 commented 6 months ago

This commit addresses an issue where the existing codebase was limited to sending messages over HTTP and MQTT protocols, failing to properly handle HTTPS requests due to missing implementation. With the introduction of new modifications, the system is now fully equipped to send messages securely over HTTPS, alongside the pre-existing HTTP and MQTT capabilities.

Key improvements include: Implementation of SSL/TLS encryption for message transmission, ensuring secure communication over HTTPS. Integration of HTTPS protocol handling within the messaging function, allowing for seamless switching between HTTP, HTTPS, and MQTT based on the URI scheme. Note Please double-check whether the code works for htpp and mqqt.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.