combine params.tls and .tls_verify, support pinned certs
This commit is contained in:
parent
0a5c774965
commit
5b347f95c9
9 changed files with 85 additions and 34 deletions
|
@ -23,7 +23,6 @@ async def main():
|
|||
"MyNickname",
|
||||
host = "chat.freenode.invalid",
|
||||
port = 6697,
|
||||
tls = True,
|
||||
sasl = sasl_params)
|
||||
|
||||
await bot.add_server("freenode", params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue