mirror of
https://github.com/bjc/prosody.git
synced 2025-04-07 07:07:38 +03:00
mod_http: disable ssl peer verification by default.
This commit is contained in:
parent
c62c02db85
commit
d6f7def73c
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ module:provides("net", {
|
|||
listener = server.listener;
|
||||
default_port = 5281;
|
||||
encryption = "ssl";
|
||||
ssl_config = { verify = "none" };
|
||||
multiplex = {
|
||||
pattern = "^[A-Z]";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue