Posted: Wed Aug 19, 2009 9:36 am Post subject: SSL certificate Confirmation
Centurion
Joined: 12 Jun 2004 Posts: 128 Location: Chicago, IL
Hello Folks,
We are trying to call a webservice residing on client using HTTPRequest node. We are trying to communicate using HTTP over SSL. As given in documentation We configured broker to add certificates. When we make a HTTPS request, we are getting an error
"Text:CHARACTER:javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake"
The networking person on the client confirmed that they are not receiving the certificate. How can we make sure on the broker side that we are sending the certificate. Is there a trace that we can generate and review.
Posted: Wed Aug 19, 2009 11:02 am Post subject: Re: SSL certificate Confirmation
Acolyte
Joined: 07 Oct 2005 Posts: 74 Location: England
kirankinnu wrote:
Hello Folks,
We are trying to call a webservice residing on client using HTTPRequest node. We are trying to communicate using HTTP over SSL. As given in documentation We configured broker to add certificates. When we make a HTTPS request, we are getting an error
"Text:CHARACTER:javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake"
The networking person on the client confirmed that they are not receiving the certificate. How can we make sure on the broker side that we are sending the certificate. Is there a trace that we can generate and review.
Appreciate any input..
Kiran
Try Wireshark - it is free. Used to be called snort. Wireshark allows you to interogate the packets going over the network.
The above exception could also be caused by a non-trusted cert being passed. Are you sure your cert and the clients have the same signer? If not, you will have to add their signer cert to your keystore and they will have to the same on their side.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum