> ----------
> From:         Luca Ventura[SMTP:[EMAIL PROTECTED]]
> Reply To:     A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology.
> Sent:         Tuesday, April 23, 2002 1:01 PM
> To:   [EMAIL PROTECTED]
> Subject:      R: Sending data to a servlet using SSL protocol
> 
> Thanks for your reply!
> 
> And what about at client-side? Is the crypting process carried out from
> the
> Web Browser? Or do I have include some code in my application?
> 
> Thanks!
> 
>           Luca
> 
> -----Messaggio originale-----
> Da: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]Per conto di
> Bhushan_Bhangale
> Inviato: marted́ 23 aprile 2002 5.26
> A: [EMAIL PROTECTED]
> Oggetto: Re: Sending data to a servlet using SSL protocol
> 
> 
> Luca,
> 
> You are doing it right, the url with https is fine. There is no need to
> decrypt data at the server side. The Web Server only needs to have SSL
> configured in it.
> 
> -----Original Message-----
> From: Luca Ventura [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 12:39 AM
> To: [EMAIL PROTECTED]
> Subject: Sending data to a servlet using SSL protocol
> 
> 
> Hello everybody!
> 
> I have the following problem: I would like to send data from a JSP page
> (or
> from an HTML form)  to a servlet
> using SSL protocol to make secure the communication. What must I do on
> both
> client
> and server side of my application?
> 
> Let's suppose I want to send a form to a servlet. Given that I want to use
> SSL protocol
> in the ACTION parameter of the form I would like to insert an URL like
> this:
> 
> https://www.mydomain.com/myservlet
> 
> To enable SSL protocol on client side (that is to say in the browser) is
> it
> sufficient
> I enable "SSL protocol" option in my Web Browser? Or must I do something
> else?
> 
> About the server side: must I insert any code in my servlet (or include
> some
> libraries) to
> decrypt data it receives, or the decrypting process is carried out from
> the
> Web Server (es. Apache)
> automatically? In this second case the only thing I must do is set my Web
> Server
> correctly to support SSL protocol?
> 
> 
> Thanks very much 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
> 
> __________________________________________________________________________
> _
> 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
> 
> __________________________________________________________________________
> _
> 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
> 

___________________________________________________________________________
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