summaryrefslogtreecommitdiff
path: root/docs/common/lib_server/ServerTLS.txt
blob: dbde500f83743867b85a76da903e1b0ee117530f (plain)
1
2
3
4
5
6
CLASS ServerTLS

Implements a server which uses TLS (SSL) to encrypt and authenticate connections.

Very similar to ServerStream, except it reads the certificate files for the TLSContext out of the Server sub-configuration to set up a TLSContext ("CertificateFile", "PrivateKeyFile" and "TrustedCAsFile"). Otherwise works exactly the same.