SSL Client Sample?

Hi there..I am trying to start up a simple SSL client.But it just keep messing with me..Does anyone know where i can download a sample or does anyone have a sample for me?I would really appreciate
[300 byte] By [mremperora] at [2007-9-19]
# 1
No worries, i found one...If anyone is interested here is the link with samples.Good ones that works! http://216.133.192.10/security/javasec/ssl_socket.htmlThanks anyway.... ;)/Daniel
mremperora at 2007-7-8 > top of java,Security,Java Secure Socket Extension (JSSE)...
# 2

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. :)

henrykaba at 2007-7-8 > top of java,Security,Java Secure Socket Extension (JSSE)...