cancel
Showing results for 
Search instead for 
Did you mean: 

urgent: HTTPS With Client Authentication

Former Member
0 Kudos

We have a requirement SOAP sender HTTPS With Client Authentication, or two-way SSL. The SSL Configuration is done at PI level. When i try to connect

HTTP Security Level : HTTP (SUCCESS)

HTTP Security Level : HTTP Without Client Authentication (SUCCESS)

HTTP Security Level : HTTP with client Authentication (ERROR: client certificate required)

SOAPUI was used for the client service.

java.security.AccessControlException: client certificate required

Can anyone please tell me how to set the client certifcate. Have anyone success with this?

Thank You,

PM

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member186851
Active Contributor
0 Kudos

Hello Peter,

why dont you try adding certificate under file->preferences

Former Member
0 Kudos

Hi Raghuraman,

Thanks for replying. Actually I have confusion where to create these new keys whether in new keystore or in TRUSTEDCA's keystore. When reading from other blogs, creating new keystore is not required. So I created new keypairs in TRUSTEDCA's in PI 7.4.

Imported the private key as CSR response and given in preferences as given by you. I kept the public key certificate in TrustedCA's only.

But still I am getting client certificate required.

Can you please tell me what I am doing is correct?

Regards,

Sri

Former Member
0 Kudos

Also do I need to give CN name as my PI host address.

Please clarify.

Regards,

Sri

former_member186851
Active Contributor
0 Kudos

As far as I know it should be in Trusted CAs.

Try restarting the server once.

Former Member
0 Kudos

Hi Peter,

I know this is old post. But did you find solution to your problem with SOAPUI.

We are facing the same problem now. If solved can you please let me know the steps you had done in SOAPUI and PI.

Regards,

Sri

Pranil1
Participant
0 Kudos

Hi Peter,

Check the below link.

http://scn.sap.com/docs/DOC-26145

Regards,

Pranil.

former_member194612
Active Participant
0 Kudos
Former Member
0 Kudos

Thank you but unfortunately, these notes don't have an answer to my question.