mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-23 21:39:18 -04:00
Workaround for remote server certificate chain issues
This commit is contained in:
parent
2914f8a749
commit
1426358538
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ config :pleroma, :http,
|
|||
send_user_agent: true,
|
||||
adapter: [
|
||||
ssl_options: [
|
||||
# Workaround for remote server certificate chain issues
|
||||
partial_chain: &:hackney_connect.partial_chain/1,
|
||||
# We don't support TLS v1.3 yet
|
||||
versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue