Start of Content Area

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

HANDSHAKE_SO_TIMEOUT

The timeout period in milliseconds to wait for a SSL handshake.

To use the value for the GetStreamsSoTimeout property of the ConnectionsManipulator on the dispatcher, change this value to -1.

3000

RUNTIME_SO_TIMEOUT

The timeout period in milliseconds for the SSL runtime.

To use the value for the GetStreamsSoTimeout property of the ConnectionsManipulator on the dispatcher, change this value to -1.

300

 

 

End of Content Area