forked from AkkomaGang/akkoma
fix for ReverseProxy
This commit is contained in:
parent
8bd2b6eb13
commit
473458b0fb
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ defmodule Pleroma.ReverseProxy.Client.Hackney do
|
|||
|
||||
@impl true
|
||||
def request(method, url, headers, body, opts \\ []) do
|
||||
opts = Keyword.put(opts, :ssl_options, versions: [:"tlsv1.2", :"tlsv1.1", :tlsv1])
|
||||
:hackney.request(method, url, headers, body, opts)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue