SSL Client
For connections where the SAP NetWeaver AS is the client component, it uses a different PSE called the SSL client PSE. You can use different types of SSL client PSEs, depending on the scenario.
By default, the server uses the standard SSL client PSE. Note that this PSE must exist for SSL to work. When using this PSE, SAP NetWeaver AS will be authenticated using the identity associated with this PSE.
The anonymous SSL client PSE is available to use for connections where only server-side authentication and data encryption are necessary. No client authentication is needed. The anonymous SSL client PSE is used only as a container for the list of Certification Authorities (CAs) that the server trusts when accessing the other server.
You can create individual SSL client PSEs for additional identities. Use these PSEs for cases where you want SAP NetWeaver AS to function as an individual identity, for example, when accessing a specific application, such as a banking application.
Contrary to the SSL server PSE, the SSL client PSE is used by all application server instances in the system.
SSL Client PSE — Determination
You specify which connections use which identity and PSE when you set up the HTTP destination using transaction SM59. For each connection, you can specify a different PSE.
SSL Enablement on the SAP NetWeaver AS Java
The SAP NetWeaver Application Server Java (AS Java) supports the use of transport layer security for network communications. It uses SSL for some protocols, such as HTTP, P4, and LDAP. SSL is a quasi-standard protocol developed by Netscape