Setting the SSL Relevant Profile Parameters for the SAP Web Dispatcher
The profile parameter settings depend on the case you are setting up and whether the SAP Web Dispatcher is the SSL client for the connection request or the SSL server, or both.
The SSL-relevant profile parameters are divided into the following categories:
File locations
Information to use for incoming connections that use SSL
Information to use for outgoing connections that use SSL
Information specific for the metadata exchange with the message server when using SSL
See the tables below.
Parameter |
Description |
Value |
|---|---|---|
|
Location of the |
<Location_of_SAP_Cryptographic_Library> Example: C:\Program Files\SAP\SAPWebDisp |
|
Location of the SAP Cryptographic Library |
<Location_of_SAP_Cryptographic_Library> Example: C:\Program Files\SAP\SAPWebDisp\sec |
Parameter |
Description |
Value |
|---|---|---|
|
Path and file name of the SSL server PSE used by the SAP Web Dispatcher. |
<Path_and_File_Name_of_SSL_server_PSE> Example: C:\Program Files\SAP\SAPWebDisp\sec\SAPSSLS.pse |
|
Port to use for incoming HTTPS requests. |
PROT=HTTPS, PORT=<HTTPS_Port>, TIMEOUT=<timeout_value> |
|
Set if users are to use X.509 client certificates for authentication. This parameter determines how the SAP Web Dispatcher handles inbound HTTP(S) requests. The following values are possible:
See the parameters for outgoing connections to specify how the request is handled further. |
<0,1,2> |
|
Specify whether the header variable If this parameter is set to true, then the SAP Web Dispatcher sets |
<true,false> |
Parameter |
Description |
Value |
|---|---|---|
|
Path and file name of the SSL client PSE used by the SAP Web Dispatcher. |
<Path_and_File_Name_of_SSL_client_PSE> Example: C:\Program Files\SAP\SAPWebDisp\sec\SAPSSLC.pse |
|
This parameter determines how the SAP Web Dispatcher forwards HTTP(S) requests. The following values are permitted:
|
<0,1,2> |
|
This parameter specifies the X.509 client certificate to use to authenticate the SAP Web Dispatcher on the back-end application servers. The following values are permitted:
|
<0,1,2> |
|
File name of the SSL client PSE to use. This parameter is only necessary if |
<File_Name_of_SSL_Client_PSE> |
|
Use this parameter if multiple back-end servers use the same host name in their SSL server certificates (for example, |
<Common_Host_Name> |
|
Specify whether the header variable should be used. See the description for |
<true,false> |
Parameter |
Description |
Value |
|---|---|---|
|
Message server host |
<Message_Server_Host> |
|
HTTPS port on the message server Use |
<Message_Server_HTTPS_Port> |
See also:
For more information about the individual parameters, see Parameterization of the SAP Web Dispatcher and SSL Parameters.
For an example, see Sample Profile for the SAP Web Dispatcher When Using SSL.