Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Activate SSL on ABAP SAP ECC - Problem

former_member228357
Participant
0 Kudos

Hello Experts!

Let's see who could help me.
On SAP ECC - I need create a SSL Client Standard - Because I need to import a certificate (*.crt)

but Field Algorithm on certicate is " ? " and I can't import the certificate.

Please, analyze the pictures below:

to solve that I was looking some SAP NOTES. I suspect that is something about SAPCRYPTL

I think    510007 - Setting up SSL on Application Server ABAP and 455033 - SAPCRYPTOLIB versions, bugs and fixes

I guess it's something about:  the parameters on RZ10

ssl/ssl_lib                                       /usr/sap/ZLD/SYS/exe/sso/libsapcrypto.o

sec/libsapsecu                               /usr/sap/ZLD/SYS/exe/sso/libsapcrypto.o

ssf/ssfapi_lib                                 /usr/sap/ZLD/SYS/exe/sso/libsapcrypto.o

Well, I hope someone could help us.

If I wont fix it.. I could not import the certificate:

Error:

It's not possible to analize the certificate

Transactions: STRUST,  RZ10

1 ACCEPTED SOLUTION

former_member228357
Participant
0 Kudos

OK! 
Solved

I just set the parameter:

ssl/ssl_lib                                 /usr/sap/ZLD/DVEBMGS00/exe/libsapcrypto.o

icm/server_port_0                           PROT=HTTP,PORT=8000

sec/libsapsecu                              /usr/sap/ZLD/DVEBMGS00/exe/libsapcrypto.so

icm/server_port_3                           PROT=HTTPS,PORT=1443,TIMEOUT=900

icm/server_port_1                           PROT=SAPHTTP,PORT=8080

ssf/ssfapi_lib                              /usr/sap/ZLD/DVEBMGS00/exe/libsapcrypto.so

as the image:

so 

the STRUST (certificate - algorithm) - IS CORRECT NOW:

**** I LET THE ANSWER TO HELP SOMEONE - maybe someone need it.

best regards

DENNER

1 REPLY 1

former_member228357
Participant
0 Kudos

OK! 
Solved

I just set the parameter:

ssl/ssl_lib                                 /usr/sap/ZLD/DVEBMGS00/exe/libsapcrypto.o

icm/server_port_0                           PROT=HTTP,PORT=8000

sec/libsapsecu                              /usr/sap/ZLD/DVEBMGS00/exe/libsapcrypto.so

icm/server_port_3                           PROT=HTTPS,PORT=1443,TIMEOUT=900

icm/server_port_1                           PROT=SAPHTTP,PORT=8080

ssf/ssfapi_lib                              /usr/sap/ZLD/DVEBMGS00/exe/libsapcrypto.so

as the image:

so 

the STRUST (certificate - algorithm) - IS CORRECT NOW:

**** I LET THE ANSWER TO HELP SOMEONE - maybe someone need it.

best regards

DENNER