cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS RFC between 2 ABAP system

Former Member

Dears,

we need to create and HTTPS RFC between 2 ABAP systems.

we created HTTP RFC and gave the service port 443 (the HTTPS RFC) and in the logon tab we maintaind the SSL Activity to Active and Default SSL Client (Standard)  but when i try to test connection i get SSL Handshake to  <ABAP SYSTEM Hostname>:443 Fail

Could you please advise what else needs to be done.

i know i have to import and export some certificates and PSE between the 2 systems but i don't know exactly which is which and the sequence.

Please Advise.

Regards.

Ahmad Salam.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hello Ahmad,

Try which Isaias has mentioned above.

For PSE:

            As we know PSE certificate is required when your both systems are enabled for Transport level security (TSL). Procedures are same for implementing the certificate for TSL too. But the folder will be System PSE instead of SSL client (standard).

isaias_freitas
Advisor
Advisor
0 Kudos

Hello Ahmad,

You will use the transaction STRUST in both systems.

At the target system, export the SSL server certificate (if it is self-signed).

Then, import this at the "client standard" of the source system.

If it is a signed certificate, you can import the public CA (certification authority) certificate instead.

If it still fails, export the "client standard" certificate of the source system and import this at the "SSL server" of the target system.

Regards,

Isaías