OSSL-134 — The SSL session cache cannot be initialized
Starting a new SSL/TLS session is a relatively costly operation.
Therefore it is possible to share a session for several connections.
Active sessions are stored in session cache shared by all processes of the proxy. Access to the cache is synchronized by a lock. Each new proxy process must attach itself to the lock. If the lock attachment fails in a particular process, the process cannot continue.