Forum Discussion

sundaju's avatar
sundaju
New Contributor
15 years ago

SSL Certificate not presented to the server

I am using SoapUI 2.5.1 to invoke services through SSL connection

I have configured the keystore entry with the jks file name. But not able to set the password  for the keystore as  I don't see an option alongside the SSL Keystore setting to provide the password.

During the service invoction, it seems soapui is not picking up the client certificate.  No error messages are reported by soapui.

At the server side, client authentication is set as required and the server log gives the message "Client did not present the certificate"

SSL Info window shows the server side certificate as peer certificate.

Any clues where what went wrong?

2 Replies

  • sundaju's avatar
    sundaju
    New Contributor
    Can I refer to the client's public certificate instead of the keystore file?

    Will the SSL handshake log be also printed in the soapui log console?

    Thanks...
  • sundaju's avatar
    sundaju
    New Contributor
    The client side issue is resolved.

    I had set the keystore file name and the password through the File->Preferences menu option

    I removed the entry earlier made against the SSL KeyStore properties of the request.

    I confirmed that the certificate is being picked up by looking into the SSL Info window, which listed both the local certificate and the peer certificate that was served by the server.