We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Receive deprecation warning from ssl module in the mqtt transport:
.venv/lib/python3.12/site-packages/azure/iot/device/common/mqtt_transport.py:324: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 is deprecated ssl_context = ssl.SSLContext(protocol=ssl.PROTOCOL_TLSv1_2)
Unsure if it's any kind of problem or not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Description of the issue
Receive deprecation warning from ssl module in the mqtt transport:
Unsure if it's any kind of problem or not.
The text was updated successfully, but these errors were encountered: