mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support)
This commit is contained in:
parent
b65b591c7a
commit
1f33d9c6bb
2 changed files with 6 additions and 10 deletions
|
@ -252,4 +252,5 @@ return {
|
|||
create_context = create_context;
|
||||
reload_ssl_config = reload_ssl_config;
|
||||
find_cert = find_cert;
|
||||
find_host_cert = find_host_cert;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue