Show TOC 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

HANDSHAKE_SO_TIMEOUT

The period of time in milliseconds for which the socket waits a response from the other side.

After this period the socket closes the connection.

This property specifies the timeout period during the handshake phase.

30000

RESUME_SESSION_PERIOD

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

7200

RUNTIME_SO_TIMEOUT

The period of time in milliseconds for which the socket waits a response from the other side.

After this period the socket closes the connection.

This property specifies the timeout period after the handshake phase.

30000

SESSION_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 SESSION_CACHE_SIZE property.

1000

 

 

End of Content Area