mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
Handle SSL being already started in LDAP connection
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a7753e6a5c
commit
bd71dd6cf1
1 changed files with 3 additions and 0 deletions
|
@ -215,6 +215,9 @@ defmodule Mobilizon.Service.Auth.LDAPAuthenticator do
|
|||
:ok ->
|
||||
:ok
|
||||
|
||||
{:error, :tls_already_started} ->
|
||||
:ok
|
||||
|
||||
error ->
|
||||
Logger.error("Could not start TLS: #{inspect(error)}")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue