16 years ago
Configure for SSL client authentication
I am attempting to setup SoapUI for connection to an endpoint over SSL that requires client authentication.
There are SSL properties which can be set via preferences->ssl settings. I have set this to point to my JKS keystore with the correct password. I can see a message in the logs indicating no error.
In the 'Security Configurations'-> 'Keystores/Certificates' on the project properties, I have added the keystore. The status is OK. This allows me to select a keystore on Request Properties -> SSL Keystore property which I set to my keystore.
After doing all of this, when I execute the request, I get a 403 error "Client certificate required" and there is only 1 certificate in the response (being from the server). No certificate from my keystore is presented.
The certificates come from an application running on Websphere which can successfully communicate with the endpoint in question.
Any help in resolving this issue would be much appreciated.
There are SSL properties which can be set via preferences->ssl settings. I have set this to point to my JKS keystore with the correct password. I can see a message in the logs indicating no error.
In the 'Security Configurations'-> 'Keystores/Certificates' on the project properties, I have added the keystore. The status is OK. This allows me to select a keystore on Request Properties -> SSL Keystore property which I set to my keystore.
After doing all of this, when I execute the request, I get a 403 error "Client certificate required" and there is only 1 certificate in the response (being from the server). No certificate from my keystore is presented.
The certificates come from an application running on Websphere which can successfully communicate with the endpoint in question.
Any help in resolving this issue would be much appreciated.