日期:2014-05-17  浏览次数:20531 次

怎么使用HTTPS传输协议
想像淘宝那样 网页浏览用HTTP 用户中心用HTTPS怎么做

------解决方案--------------------
第一步:在IIS启动SSL
方法只要3步: 
1. 下载 IIS 6.0 Resource Kit Tools: http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en
2. 安装.
3. “All Programs->IIS Resources->SelfSSL->SelfSSL”, 在命令行中键入 “selfssl”, 回答 “y”, and you are done.


现在你试试在browser里访问:https://localhost,你会发现会出现一个窗口询问是否接受一个untrusted certificate,选Yes, and you are in a safe channel now.

第二步:


http://www.cnblogs.com/luohuarenduli/archive/2008/01/18/1044918.html
------解决方案--------------------
http://www.cnblogs.com/koffer/archive/2005/11/13/275298.html