wilberforce
16 years agoNew Contributor
ws with ssl and client certificates
Hi,
I am trying to call a webservice using ssl. Client shall be authorized with a client certificate. I have created a keystore with the required client certificate. I have used global preferences dialog to point to this keystore and I have activated "requires client authentication". I can see in to log
2010-07-05 14:10:31,792 INFO [HttpClientSupport$Helper] Updating keyStore..
2010-07-05 14:10:31,792 INFO [HttpClientSupport$Helper] Initializing KeyStore
Now if I call the service I get
2010-07-05 14:48:08,862 INFO [AbstractHttpRequestDesktopPanel] Error getting response for [Confirmation_OutBinding.Confirmation_Out:Request 1]; java.net.ConnectException: Connection refused: connect
I suspect that the client certificate has not been included in the call. Is there a way to check if the certificate has been included?
How does the dropdown box "SSL Keystore" in the request properties work (I can not see any values in the dropdown box)?
I am trying to call a webservice using ssl. Client shall be authorized with a client certificate. I have created a keystore with the required client certificate. I have used global preferences dialog to point to this keystore and I have activated "requires client authentication". I can see in to log
2010-07-05 14:10:31,792 INFO [HttpClientSupport$Helper] Updating keyStore..
2010-07-05 14:10:31,792 INFO [HttpClientSupport$Helper] Initializing KeyStore
Now if I call the service I get
2010-07-05 14:48:08,862 INFO [AbstractHttpRequestDesktopPanel] Error getting response for [Confirmation_OutBinding.Confirmation_Out:Request 1]; java.net.ConnectException: Connection refused: connect
I suspect that the client certificate has not been included in the call. Is there a way to check if the certificate has been included?
How does the dropdown box "SSL Keystore" in the request properties work (I can not see any values in the dropdown box)?