- http:ssl_server_create_hook(+SSL0, -SSL, +Options) is semidet[multifile, library(http/http_ssl_plugin)]
- Extensible predicate that is called once after creating an HTTPS
server. If this predicate succeeds, SSL is the context that is used
for negotiating new connections. Otherwise, SSL0 is used, which is
the context that was created with the given options.
- See also
- - ssl_context/3 for creating an SSL context