cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS configuration in ABAP System

Former Member
0 Kudos

Hi All,

I have completed below steps.

1. Installing SAPCRYPTOLIB

2. Set the environment variable SECUDIR to the “sec”

3. Added below parameters

ssl/ssl_lib

sec/libsapsecu

ssf/ssfapi_lib

ssf/name

icm/HTTPS/verify_client

Needed steps from Configure SSL Server PSE for Incoming Request and now in my STRUST t-code everything is emptry.

Please let me know what steps needs to perform to complete the HTTPS configuration.

Regards,

Karthik

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182967
Active Contributor
0 Kudos

Hi Karthik,

Genereate SAPSSLS.pse using transacation STRUST, right click SSL Server Standard and create.

Set icm/server_port_2 = PROT=HTTPS,PORT=443$$,PROCTIMEOUT=1800,TIMEOUT=1800 in SAP Profile, then restart SAP to take into effect.

Regards,

Ning

Former Member
0 Kudos

Hi Ning,

Thanks for the steps.

I have generated the SAPSSLS.pse using transaction STRUST but still getting the below error.

I have also imported and exported from digicert still getting the below error.


Thr 8224] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-102): SSSLERR_PEER_CERT_UNTRUSTED {0002000b} [icxxconn.c 1

Regards,

Karthik

former_member182967
Active Contributor