From: href Date: Wed, 8 Jul 2020 14:02:57 +0000 (+0200) Subject: host is now useless X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=afd378f84c4c1b784eba11b35c21e0b6ae3d7915;p=akkoma host is now useless --- diff --git a/lib/pleroma/gun/conn.ex b/lib/pleroma/gun/conn.ex index 5c12e8153..a3f75a4bb 100644 --- a/lib/pleroma/gun/conn.ex +++ b/lib/pleroma/gun/conn.ex @@ -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(),