cancel
Showing results for 
Search instead for 
Did you mean: 

ADS SSL

Former Member
0 Kudos

Hi All,

I am configuring ADS using solution manager 7.1 and ERP 6.0 EHP 4.

I have created ADS_HTTPS Rfc and is working properly. I have exchanged certificate between both systems.

while executing report FP_CHECK_DESTINATION_SERVICE, getting pop up for user-id and password. After entering ADSuser and password for three times getting following error:

SYSTEM ERROR: SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code  (100,101)

I have set login modules for com.adobe/AdobeDocumentServices*AdobeDcoumentServicesSec_config as  clientcertLoginModule and BasicPasswordLogin module.

From trace I am getting below error:

Obsolete options passed to ClientCertLoginModule. Please fix policy configurations

Rule 0:

GetUserFrom -> WholeCert

OID -> null

AttributeName -> null

FilterSubject -> []

FilterIssuer -> []

logonWithAlias -> false

Entering method

Certificates provided by the callback:

No certificate provided.

Exiting method

Entering method

No user name provided.

Exiting method

Unsuccessful login: no login module succeeded. The size of the used authentication stack com.adobe/AdobeDocumentServices*AdobeDocumentServicesSec_Config is 2.

In web services security for sap.tc.webdynpro.adsproxy.AdsProxy/SecConfigPort_Document I have set

https://localhost:55001/AdobeDocumentServicesSec/Config?style=document

Authentication: Basic

username ADSuser and its password.

As no login modules are succeeded,the report is failing.

Where do I have to provide the certificate or user-id and passowrd, so that login modules can be succeeded.

Please let me know.

Thanks,

Josh

Accepted Solutions (1)

Accepted Solutions (1)

diego_santos
Employee
Employee
0 Kudos

Hi Josh,

I recommend you to review the SSL settings by the bellow blog.

http://scn.sap.com/people/rodrigo.kellermann/blog/2013/03/30/adobe-document-services-ssl-connection

About the ADSUSER pop-up, see this KBA.

https://service.sap.com/sap/support/notes/1675976

Best regards,

Diego

Answers (1)

Answers (1)

diego_santos
Employee
Employee
0 Kudos

Did it worked?