multi_domain_secure_server 1.0.12 multi_domain_secure_server: ^1.0.12 copied to clipboard
A SecureServerSocket that supports multiple domains with dynamic SecurityContext resolution.
Secure Socket Example #
This example demonstrates how to create a Secure Socket (SSL/TLS) with certificates for multiple domains:
Using the shelf
Package with MultiDomainSecureServer
#
This example shows how to use MultiDomainSecureServer.bind
along with HttpServer.listenOn
:
Package Source #
You can find the source code for the multi_domain_secure_server
package on GitHub: