Merge branch 'develop' into refactor/gun-pool-registry
[akkoma] / lib / pleroma / gun / conn.ex
index 5c12e815356cc086479612fe0d6a8281738d7ee5..a3f75a4bbfb3248e361389ae6419318b9abfa799 100644 (file)
@@ -22,7 +22,7 @@ defmodule Pleroma.Gun.Conn do
 
   defp maybe_add_tls_opts(opts, %URI{scheme: "http"}), do: opts
 
-  defp maybe_add_tls_opts(opts, %URI{scheme: "https", host: host}) do
+  defp maybe_add_tls_opts(opts, %URI{scheme: "https"}) do
     tls_opts = [
       verify: :verify_peer,
       cacertfile: CAStore.file_path(),