mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
main: Enable ssl configuration again.
This commit is contained in:
parent
2127a7cba5
commit
2946acbd6c
@ -37,7 +37,7 @@ async def init(data_dir, server_conf, send_queue, recv_queue):
|
||||
send_queue=send_queue,
|
||||
recv_queue=recv_queue,
|
||||
proxy=server_conf.proxy.geturl() if server_conf.proxy else None,
|
||||
ssl=False
|
||||
ssl=None if server_conf.ssl is True else False
|
||||
)
|
||||
|
||||
app = web.Application()
|
||||
|
Loading…
Reference in New Issue
Block a user