Hello!

I have a problem....

I am developing a Web application and  I want to write servlets that let me
to open connection to other servers. Given that the other servers can
support HTTPS (HTTP on SSL) protocol I would like to know how I can support
it in my servlets.   Must I include in my servlets code some Java API on
security that let me to support HTTPS protocol during communication??? Or is
it enough I connect to an HTTPS url (for example https://...) and let the
Web Server to implement https protocol??

That is to say....the support for https protocol must be implemented in the
Java code of my servlets or depends only on the Web Server I use? If I must
include it in my servlet code are there some Java API in J2SDK 1.3 that let
me to do this? Or I must use other Java products?

Thanks a lot in advance!

                                              Luca

___________________________________________________________________________
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