Send a certificate to an https URL (standaonle application)

Hi all,

I have to authenticate myself to a site calling the url in HTTPS mode.

I have to do this through a standalone application and i have a cetificate for the authentication.

After sending the certificate, how can i know if the authentication is failed or not ?

Cheers.

Stefano

[318 byte] By [warxsga] at [2007-11-27 7:02:44]
# 1
If you get an SSLException when doing I/O the authentication failed. If you managed to send or receive one byte or more it succeeded.
ejpa at 2007-7-12 18:53:49 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...