Hi ,

I am trying to use the com.oreilly.servlet library to create an applet. This
applet is able to initiate a SSL connection to a SSL enabled server. How do
I use your library to do so? I try to use the HttpsMessage class. But the
applet code stops at the following lines:

  HttpsMessage msg = null;
  try
  {
   msg = new HttpsMessage( "https://www.yahoo.com"; ); // this is the line
  }
  catch( Exception e )
  {
  }

Is this method correct, or is there other better way to do it?
Your help is appreciated.

Thanks,
Hon Luen


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to