adafruit / Adafruit_CircuitPython_MiniMQTT

MQTT Client Library for CircuitPython
Other
73 stars 50 forks source link

maybe less "mini" in the future? #134

Closed schaefer01 closed 1 year ago

schaefer01 commented 1 year ago

hi,

my first attempt to use minimqtt to talk to a server on a wired lan returned the error: AssertionError: Error: SSL/TLS is not currently supported by CircuitPython.

  1. is this a circuitpython problem or a minimqtt problem
  2. in either case, will SSL/TLS be supported in the future?

bob s.

dhalbert commented 1 year ago

See https://github.com/adafruit/circuitpython/issues/7366#issuecomment-1359928263