-
Web Project
Hey,
I will be working on a web page for our client where their clients will be allowed to enter medical orders via the web site.
However, security is one of the major issues.
They suggested Veri Sign. What is it and how does it work?
How do you write your web site so that it can use it?
Thanks,
-
You don't know about security and you are creating a web site that involves sensitive data such as medical records?
Verisign will allow you to get a Server certificate. You can then use that to implement SSL so traffic is encrypted between your server and the client. This isn't the only thing you will need to worry about, but it is a big one.
-
Issue and verify your own CA... people will get warnings from their browsers however unless the servers are accessible from the internet.
http://www.msexchange.org/tutorials/..._OWA_2003.html
Or...
Issue your own request for a certificate... and buy a certificate...look into others besides Verisign if you're worried about cost... Veri probably has the most help though.
http://www.mgeups.com/download/soft/...g/ag_cvsws.htm
http://msdn.microsoft.com/library/de...SecNetHT16.asp