forked from AkkomaGang/akkoma
don't log info ssl messages
This commit is contained in:
parent
ad8f26c0a4
commit
6806df80dd
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ defp add_scheme_opts(opts, %URI{scheme: "https", host: host, port: port}) do
|
|||
depth: 20,
|
||||
reuse_sessions: false,
|
||||
verify_fun:
|
||||
{&:ssl_verify_hostname.verify_fun/3, [check_hostname: Adapter.domain_or_fallback(host)]}
|
||||
{&:ssl_verify_hostname.verify_fun/3, [check_hostname: Adapter.domain_or_fallback(host)]},
|
||||
log_level: :warning
|
||||
]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue