
XML configuration files 163
SSLServerCtx
Container tag.
Description
The tags in this section control the SSL configuration for this adaptor.
Contained tags
SSLCACertificateFile, SSLCACertificateKeyFile, SSLCipherSuite, SSLPassPhrase,
SSLSessionTimeout
SSLSessionTimeout
This tag specifies in minutes how long an SSL-based session remains valid. The default time
period is 5 minutes.
Description
SSL sessions are used to improve performance by avoiding the need to perform the full SSL
handshake for every connection. When a client connects to a server for the first time, it must
perform the full handshake. After that first handshake, the server sends back a session object
to the client which the client can place in the cache and reuse at a later time.
If the client connects to the same server again at a later time, it can send back the cached
session object. The server will not require the full SSL handshake, if the session is still valid.
UpdateInterval
This specifies how frequently the server checks the cache and updates its contents if the XML
files have changed.
Description
The default update interval is 5 seconds.
WriteBufferSize
This tag specifies in kilobytes the size of the write buffer.
Description
The default size is 16KBs.
Commenti su questo manuale