Configuring the SAP Web AS for Supporting SSL 
Prerequisites
Installing the SAP Cryptographic Library.)

If the SAP Cryptographic Library is not installed, then the
|
Parameter |
Value |
|
icm/plugin_<xx> |
PROT=HTTPS, PLG=$(DIR_EXECUTABLE)/httpplugin.so |
|
icm/server_port_<xx> |
HTTPS port |
|
icm/HTTPS/verify_client |
0: Do not use certificates 1: Allow certificates (default) 2: Require certificates |

If
icm/HTTPS/verify_client = 1, then any users who use Microsoft's Internet Explorer as their Web browser and who do not possess a client certificate will receive an empty certificate selection dialog box when they access the SAP Web Application Server. Therefore, if your users are not going to use client certificates for authentication, then set this parameter to the value 0.
If you make changes to any of the
icm profile parameters, then restart the ICManager.
Example Parameters:
icm/plugin_2 PROT=HTTPS, PLG=$(DIR_EXECUTABLE)/
httpplugin.so
icm/server_port_2 PROT=HTTPS, PORT=443, TIMEOUT=15
icm/HTTPS/verify_client 1
Procedure
Creating the SSL Server PSEs
Perform the following to create and maintain the SSL server PSE:
Creating the SSL Client PSEs
Perform the following to create and maintain the SSL client PSEs:
Defining Which SSL Client PSE to Use