Communication between web applications, 1 SSL certificate, other has none

Posted by Rickjaah on Stack Overflow See other posts from Stack Overflow or by Rickjaah
Published on 2009-04-07T12:15:04Z Indexed on 2010/05/09 5:18 UTC
Read the original article Hit count: 154

Filed under:
|
|
|

This the situation: I have one webservice without SSL, which provides two pages for the other web application. When the user submits these pages, an XML file with private information is sent to the webservice.

How can I provide the necessary privacy protection on the XML file? Is the one certificate good enough to give the appropriate security?

I'm not sure about this one, and am in the preparation phase of a project... So need to know the involved work on this part...

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET