SSL handshake problem
843790Sep 20 2007 — edited Sep 21 2007Hello,
I am trying to connect to an HTTPS server using the HttpsURLConnection class.
I followed some tutorials and set the needed SSL properties: keystore, password ...
Now i get this exception:
javax.net.ssl.SSLException: Received close_notify during handshake
I could not figure out what is wrong here. This error arise when i try to write some data (POST method) to the HTTPS connection.
What may be wrong?
thanks a lot
sebastien