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

Deprecation Warning for TLS 1.2 #1200

Open
JPHutchins opened this issue Nov 19, 2024 · 0 comments
Open

Deprecation Warning for TLS 1.2 #1200

JPHutchins opened this issue Nov 19, 2024 · 0 comments
Labels

Comments

@JPHutchins
Copy link

JPHutchins commented Nov 19, 2024

Context

  • OS and version used: Ubuntu 24.04
  • Python version: Python 3.12.3
  • pip version: pip 24.2
  • list of installed packages: NA
  • cloned repo: NA

Description of the issue

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.

@JPHutchins JPHutchins added the bug label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant