cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Sender SOAP HTTPS with Client Authentication

juan_vasquez2
Active Participant
0 Kudos

Could you please help me with this issue

I have a scenario with this configuration

1. I created a user, I asociated a certificate to the user

2 I configured SOAP to allow Clientent certificate

I followed this steps:

https://blogs.sap.com/2013/09/20/sender-soap-adapter-https-with-client-authentication/


then, I configured SOAPUI to test the service

But this is not working

Have any suggestions

Thanks a Lot

Juan

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

I had the same issue and took me month's to figure out. soap UI does not support self signed certificates. So if you are using a self signed private key then this won't work with soap UI. Try with a signed certificate and see if that works.

Regards

Bhavesh

juan_vasquez2
Active Participant
0 Kudos

I changed the certificate for a signed one.

The issue continues...

user with new certificate signed

Answers (1)

Answers (1)

TomXing
Contributor

Hi Juan,

Is the signer root CA put into TrustedCAs?

You can collect debug trace using WebDiagtool or XPI Inspector.

Best regards,
Tom