That will teach me not to forget testing this feature; it's been broken in several
Python releases now. The issue is that it's using a deprecated SSL function
(wrap_socket). I missed the fact that it was deprecated, and it was removed entirely in
Python 3.12.
So as a workaround you could run it using Python 3.11. I'll fix this.
paul