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:
Thales Macedo Garitezi 2022-05-19 13:48:31 -03:00
parent 192c65047e
commit c705f294a1
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@
]}.
{mapping, "dashboard.listener.https.verify", "emqx_dashboard.listeners", [
{datatype, string}
{datatype, atom}
]}.
{mapping, "dashboard.listener.https.fail_if_no_peer_cert", "emqx_dashboard.listeners", [
@ -149,4 +149,3 @@
end
end, [http, https]))
end}.