mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-08 18:37:23 +02:00
Fix: For Tor set ssl: false (Tor already provides encryption.)
This commit is contained in:
@@ -275,7 +275,7 @@ def page_settings(self, url_split, post_string):
|
||||
if not onion_servers:
|
||||
default_onion = DEFAULT_ONION_SERVERS.get(name, [])
|
||||
onion_servers = [
|
||||
f"{s['host']}:{s['port']}:{str(s.get('ssl', True)).lower()}"
|
||||
f"{s['host']}:{s['port']}:{str(s.get('ssl', False)).lower()}"
|
||||
for s in default_onion
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user