fix(dashboard): use atom for `verify` tls option in dashboard listener
``` 2022-05-19T10:47:34.262135-04:00 [error] Failed to start Ranch listener 'https:dashboard' in ranch_ssl:listen <snip> for reason {options,{verify,"verify_none"}} (unknown POSIX error) ```
This commit is contained in:
parent
192c65047e
commit
c705f294a1
|
@ -83,7 +83,7 @@
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{mapping, "dashboard.listener.https.verify", "emqx_dashboard.listeners", [
|
{mapping, "dashboard.listener.https.verify", "emqx_dashboard.listeners", [
|
||||||
{datatype, string}
|
{datatype, atom}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{mapping, "dashboard.listener.https.fail_if_no_peer_cert", "emqx_dashboard.listeners", [
|
{mapping, "dashboard.listener.https.fail_if_no_peer_cert", "emqx_dashboard.listeners", [
|
||||||
|
@ -149,4 +149,3 @@
|
||||||
end
|
end
|
||||||
end, [http, https]))
|
end, [http, https]))
|
||||||
end}.
|
end}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue