> Siros Supavita wrote:
>
> Hello Pankaj,
>
> Ok .. Now I clearly understand your first question. I'm not sure about this but ...
>I think that only Applet can make SSL connection ('cos it runs on Web Browser which
>has SSL mechanism) Java
> Standard API didn't provide SSL connection then Application ... it can't and in
>Servlet ... you use URL and URLConnection classes then it can't either ... let's find
>out more for this answer.
That's not true. You *can* use "https:" URLs with URLConnection in
both servlets and standalone applications. You only need
to add two things to the standard JDK:
1) implementation of SSLSocket
2) https protocol driver
AFAIK there are these implementations of SSLSocket available:
SSLava - only inside U.S.A. - http://www.phaos.com/
J/SSL - uknown price - http://www.baltimore.ie/products/jssl/index.html
iSaSiLk - $500 per year - http://jcewww.iaik.tu-graz.ac.at/
JCSI - free for non-commercial usage -
http://security.dstc.edu.au/projects/java/release4.html
Java SSL - only for NT - http://www.ixworld.com/javassl/
ITISSL - free, uses OpenSSL - http://www-sp.iti.informatik.tu-darmstadt.de/itissl/
My choice is ITISSL, it is free and fast, because it uses native calls
to OpenSSL libraries.
The https protocol driver is hard to find. I know only the one
contained in JWS distribution.
If anybody knows about other implementations of SSLSocket and/or https
driver, please let me know.
Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
INET, a.s. Mgr. Martin Kuba
Kralovopolska 139 e-mail: [EMAIL PROTECTED]
601 12 Brno WWW: http://www.inet.cz/~makub/
Czech Republic tel: +420-5-41242414/33
--------------------------------------------------------------------
PGP fingerprint = D8 57 47 E5 36 D2 C1 A1 C3 48 B2 59 00 58 42 27
http://wwwkeys.cz.pgp.net:11371/pks/lookup?op=index&search=makub
--------------------------------------------------------------------
___________________________________________________________________________
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