Skip to content
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

Main #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Main #67

wants to merge 2 commits into from

Conversation

HuseynA28
Copy link

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
Copy link

CLAassistant commented Mar 15, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants