aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 54ea04764..aca378c9d 100644
--- a/lib/pleroma/http/http.ex
+++ b/lib/pleroma/http/http.ex
@@ -92,7 +92,7 @@ defmodule Pleroma.HTTP do
adapter_opts = Keyword.get(options, :adapter, [])
tls_opts = Keyword.get(adapter_opts, :tls_opts, [])
- # |> Keyword.put(:server_name_indication, host)
+ |> Keyword.put(:server_name_indication, host)
adapter_opts = Keyword.put(adapter_opts, :tls_opts, tls_opts)