aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-08-16 20:47:24 +0300
committerAlex S <alex.strizhakov@gmail.com>2019-08-20 12:41:46 +0300
commit102ec7bb0ca4b53d59f722f44ad168ca2d79b6da (patch)
tree87e6e198fb0061f0ce85e162e101fd2fe29d449a
parent4a4a61f4ceac98fde293130f0ac4db164ccd8251 (diff)
downloadpleroma-102ec7bb0ca4b53d59f722f44ad168ca2d79b6da.tar.gz
like thiis
-rw-r--r--lib/pleroma/http/http.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/http/http.ex b/lib/pleroma/http/http.ex
index b6e338aab..40b3e1a29 100644
--- a/lib/pleroma/http/http.ex
+++ b/lib/pleroma/http/http.ex
@@ -90,7 +90,7 @@ defmodule Pleroma.HTTP do
tls_opts =
Keyword.get(options, :tls_opts, [])
|> Keyword.put(:server_name_indication, host)
- |> Keyword.put(:versions, [:tlsv1, :"tlsv1.1", :"tlsv1.2"])
+ |> Keyword.put(:versions, ['tlsv1.2', 'tlsv1.1', :tlsv1])
Keyword.put(options, :tls_opts, tls_opts) ++ [ssl: [server_name_indication: host]]