You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anecdata
changed the title
AttributeError: 'socket' object has no attribute 'setsockopt' (TLS server)
AttributeError: 'socket' object has no attribute 'setsockopt'
Mar 27, 2024
anecdata
changed the title
AttributeError: 'socket' object has no attribute 'setsockopt'
AttributeError: 'socket' object has no attribute 'setsockopt' (TLS)
Mar 27, 2024
When trying to set up a TLS TCP server on WIZnet using
adafruit/circuitpython#8954
+
https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/tree/core-compatible-socket-type-numbers
ss = ssl_context.wrap_socket(s, server_side=True)
results in
AttributeError: 'socket' object has no attribute 'setsockopt'
The text was updated successfully, but these errors were encountered: