cancel
Showing results for 
Search instead for 
Did you mean: 

ADS - SSL Configuration

Former Member
0 Kudos

Hi all,

I would like to configure Adobe Document Services with SSL / https between ABAP --> JAVA and JAVA --> ABAP. (NetWeaver JAVA 7.4 SR1).

I follow the online help for NetWeaver 7.4, Configuring the SSL Connection to ADS in an ABAP Environment - Adobe Document Services for Form Proc...http://help.sap.com/saphelp_nw74/helpdata/en/4b/95ae7626f26e83e10000000a421937/content.htm?frameset=...

The connection between ABAP and JAVA (RFC ADS with SSL client certificate) is working fine.

But I have problems with the configuration of SSL between JAVA and ABAP. The https connection is working ok, I can reach the SICF FP service via https. In the Java Stack Destination FP_ICF_DATA_<SID> I still have Basis authentication with user ADS_AGENT, the ADS test programs like FP_TEST_00 or FP_CHECK_DESTINATION_SERVICE are working.

But when I change the Destination FP_ICF_DATA_<SID> to SSL Client Authentication I get an http 401 error when I try to reach the FP  service in the ABAP stack.  I have also changed the FP service Logon Data to "required with ssl certificate".

I some remarks on that:

1. SAP doesn't describe the SSL setup between JAVA and ABAP for ADS in there online help.... why?   They only describe ABAP to JAVA.

2. Is it possible to use SSL Cert authentication for JAVA to ABAP in the ADS scenario ?

3. Does anyone have some documentation on that ?

Thanks a lot for your help.

Best Regards,

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SSL between Java and ABAP is working now, I had a wrong SSL Cert for the Java instance.

Best Regards,

Andreas