To use asyncio's SSL support, just pass an SSLContext object to the create_server method of the loop. import ssl sslcontext = ssl.SSLContext( ...
確定! 回上一頁