> Current hosting setup: > > - Windows 2000 Server, IIS 5.0 > - Hosting multiple websites via Host Headers > > Need: > > - I have a client whose non-public web application is hosted on > my server and needs to secure transmission of data between the > browser using the app and my server > > How best would I provide that secure transmission of data?
Can you host the secure portion of their applications on a separate domain or site? In that case, the user would go to http://www.foo.com/ for the non-secure functionality, then when necessary they'd be directed to https://www.rickssecuresite.com/foo/ for their secure functionality. You'd then only need one certificate, and one separate IP address for that secure domain. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249162 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

