ソースを参照

host is now useless

chores/our-libs-hex-releases
href rinpatch 4年前
コミット
afd378f84c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      lib/pleroma/gun/conn.ex

+ 1
- 1
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(),


読み込み中…
キャンセル
保存