cancel
Showing results for 
Search instead for 
Did you mean: 

configure SSL on IBM-i and $(FT_DLL_PREFIX) and $(FT_DLL)

christoph_ostrop
Active Contributor
0 Kudos

to config SSL with SAPcryptoLib, is this entry (in profile parameter) correct for IBM-i (OS400) ???

SECUDIR=$(DIR_INSTANCE)/sec

ssl/ssl_lib = $(DIR_EXECUTABLE)$(DIR_SEP)$(FT_DLL_PREFIX)sapcrypto$(FT_DLL)

sec/libsapsecu = $(ssl/ssl_lib)

ssf/ssfapi_lib = $(ssl/ssl_lib)

ssf/name = SAPSECULIB

could    $(FT_DLL_PREFIX)   and    $(FT_DLL)    be resolved correctly  on IBM-i (OS400) ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Christoph,

The answer is yes. It should work, of course. Are you having issues with it?

Best regards

Christoph

christoph_ostrop
Active Contributor
0 Kudos

i have a NW-7.40 system with this profile-parameter config,

but trying to activate an HTTPS port on SMICM - that fails with

error: ICM006   operation failed - (rc=1)

==============================

i just did not have had an PSE (in transaction code STRUST)

the entry for SSL-Server Standard was missing.

so HTTPS port is working now.

http://service.sap.com/sap/support/notes/758667

http://service.sap.com/sap/support/notes/510007

http://service.sap.com/sap/support/notes/800240

and this issue/question is already answered now.

Thanks.

Answers (0)