Configuring SAP NetWeaver AS for ABAP to Support TLS
Prerequisites
The server possesses a public and private key pair and public-key certificate.
TLS protocol, commonly referred to as SSL, uses public-key technology to provide its protection. Therefore, the server must possess a public and private key pair and a corresponding public-key certificate. It must possess one key pair and certificate to identify itself as the server component and if it is to identify itself as a client component, another key pair and certificate. These key pairs and certificates are stored in the Personal Security Environments (PSEs) of the server, the SSL server PSE, and the SSL client PSE, respectively.
For more information, see Public-Key Technology.
Context
Use the Transport Layer Security (TLS) protocol to secure HTTP connections to and from SAP NetWeaver AS for ABAP. When using TLS, the data being transferred between the two parties (client and server) is encrypted and the two partners can be authenticated. For example, if a user must transfer his or her account information, then you can use TLS to authenticate the user and encrypt the information during transfer.
Procedure
Results
After completing the configuration, make sure that application or scenario-specific configuration changes are also made. Examples of changes that may be necessary include:
-
Changing the protocol from HTTP to HTTPS in URLs or other parameters.
-
Changing the hostname from a short name to a full-qualified hostname in URLs or other parameters.
-
Changing the HTTP port to the target HTTPS port in URLs or other parameters.
For more information, see the application or scenario-specific configuration documentation.