Entering content frame

Background documentation SSL Provider Service Locate the document in its SAP Library structure

The SSL Provider Service enables you to manage SSL security on the J2EE Engine.

This service runs on both the server and the dispatcher.

Dispatcher

Property

Description

Default Value

CACHE_SIZE

When a user connects to the SSL, J2EE Engine creates an SSL session for that user. This session can be resumed over a certain period of time, even if this client’s socket is already closed. This makes it possible to skip the long handshake procedure. This session is kept in the Least Recently Used (LRU) cache, which has a restricted size.

This size is defined by the CACHE_SIZE property

1000

RESUME_PERIOD

The period time in seconds after which the SSL session can be resumed

7200

 

 

Leaving content frame