Hi,
I'm working on a project that needs to "POST" a request to a servlet and read back the response via https. I tried the sample code - SSLSocketClient.java, however when i do a out.checkError(), I got a true.
if (out.checkError())
{
System.out.println("SSLtransaction: java.io.PrintWriter error");
}
Do you know what's wrong ?
Thanks in advance. :)