diff options
author | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-04-28 22:43:51 +0200 |
---|---|---|
committer | Krzysztof Klinikowski <kkszysiu@gmail.com> | 2010-04-28 22:43:51 +0200 |
commit | 7376ee72fca5faa0bf4dfc094fe7652130ad9806 (patch) | |
tree | df2ad480f3167262240a32ccac6fa028d3453546 /sunshine | |
parent | 0e261b0d5afb831f6ce4b45176749b07da2fe94d (diff) |
Default client should use SSL connection.
Diffstat (limited to 'sunshine')
-rw-r--r-- | sunshine/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/connection.py b/sunshine/connection.py index 52aadbe..651203f 100644 --- a/sunshine/connection.py +++ b/sunshine/connection.py @@ -227,7 +227,7 @@ class SunshineConnection(telepathy.server.Connection, 'server' : '91.197.13.67', 'port' : 8074, 'export-contacts' : False, - 'use-ssl' : False, + 'use-ssl' : True, 'use-specified-server' : False } |