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'