Hi: I'm trying to call a servlet that is running on a remote(secured) machine from my application which is built on Struts though a Secured Connection (HTTPS).
I had couple of options to do this. First, tried to use response.sendRedirect(). I dropped it because that will have an extra travel between client and server. Moreover, I learned that I will be loosing my objects in Requset Scope. Second, I tried to implement it using a small Java client which will make a HttpUrlConnection. It works find as long as I make connection using HTTP. Once I try HTTPS it throws me out saying "Malformed Exception". I tried to implement it using JSSE but I was not able to succeed. Is there any other better way of accomplishing this? Have any one of you all had tried this before. If yes, can you guide me to the right path. Thanks, Pani ____________________________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

