TODO: adjust to ssl

This commit is contained in:
Davte 2020-04-09 23:44:01 +02:00
parent db0da8b24b
commit f7a9f76aad

View File

@ -217,3 +217,5 @@ if __name__ == '__main__':
logging.info("Please consider using SSL.") logging.info("Please consider using SSL.")
certificate, key = None, None certificate, key = None, None
server.run() server.run()
# TODO: https://pymotw.com/3/asyncio/ssl.html (replace eof with zero-byte)