<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/startssl/</link>
<title><![CDATA[全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[其他Unix技术]]></category>
<pubDate>Fri, 13 Nov 2009 16:21:05 +0000</pubDate> 
<guid>http://zyan.cc/startssl/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.0 最后修改：2009.11.14 转载请注明原文链接：<a href="http://blog.zyan.cc/startssl/" target="_blank">http://blog.zyan.cc/startssl/</a>]<br/><br/>　　HTTPS（全称：Hypertext Transfer Protocol over Secure Socket Layer），是以安全为目标的HTTP通道，简单讲是HTTP的安全版。即HTTP下加入SSL层，HTTPS的安全基础是SSL，因此加密的详细内容请看SSL。<br/><br/>　　它是一个URI scheme（抽象标识符体系），句法类同http:体系。用于安全的HTTP数据传输。https:URL表明它使用了HTTP，但HTTPS存在不同于HTTP的默认端口及一个加密/身份验证层（在HTTP与TCP之间）。这个系统的最初研发由网景公司进行，提供了身份验证与加密通讯方法，现在它被广泛用于万维网上安全敏感的通讯，例如交易支付方面。<br/><br/><hr/><br/>　　<strong>1、自行颁发不受浏览器信任的SSL证书：</strong><br/>　　HTTPS的SSL证书可以自行颁发，Linux下的颁发步骤如下：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">openssl genrsa -des3 -out api.bz.key 1024<br/>openssl req -new -key api.bz.key -out api.bz.csr<br/>openssl rsa -in api.bz.key -out api.bz_nopass.key</div><br/>　　<a href="http://zyan.cc/attachment.php?fid=59" target="_blank"><img src="http://zyan.cc/attachment.php?fid=59" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>　　Nginx.conf的SSL证书配置，使用api.bz_nopass.key，在启动Nginx是无需输入SSL证书密码，而使用api.bz.key则需要输入密码：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"> server<br/> &#123;<br/>&nbsp;&nbsp; server_name sms.api.bz;<br/>&nbsp;&nbsp; listen&nbsp;&nbsp;443;<br/>&nbsp;&nbsp; index index.html index.htm index.php;<br/><br/>&nbsp;&nbsp; root&nbsp;&nbsp;/data0/htdocs/api.bz;<br/><br/>&nbsp;&nbsp; ssl on;<br/>&nbsp;&nbsp; ssl_certificate api.bz.crt;<br/>&nbsp;&nbsp; ssl_certificate_key api.bz_nopass.key;<br/>&nbsp;&nbsp; ......<br/> &#125;</div></div><br/><br/>　　自行颁发的SSL证书虽然能够实现加密传输功能，但得不到浏览器的信任，会出现以下提示：<br/>　　<a href="http://zyan.cc/attachment.php?fid=60" target="_blank"><img src="http://zyan.cc/attachment.php?fid=60" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><hr/><br/>　　<strong>2、受浏览器信任的StartSSL免费SSL证书：</strong><br/><br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/startssl/" rel="tag">startssl</a> , <a href="http://zyan.cc/tags/startcom/" rel="tag">startcom</a> , <a href="http://zyan.cc/tags/https/" rel="tag">https</a> , <a href="http://zyan.cc/tags/ssl/" rel="tag">ssl</a> , <a href="http://zyan.cc/tags/openssl/" rel="tag">openssl</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4410</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>Cat &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 01:59:16 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4410</guid> 
<description>
<![CDATA[ 
	人品问题?我测试过了IE8的....火狐过不了.但有的人又过到..<br/><br/>没有提示不安全~~~
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4411</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>star &lt;liuchangjun@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 02:03:45 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4411</guid> 
<description>
<![CDATA[ 
	是否需要独立IP绑定域名的？域名还是com的好呀。<br/>Good job!&nbsp;&nbsp; 可以转载吗？
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4412</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>mengshan &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 02:08:45 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4412</guid> 
<description>
<![CDATA[ 
	我用jdk的keytool产生的key为什么在有些情况下，浏览器就没有下面的锁了，是不是表示表示连接不加密了.
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4413</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>iian &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 02:25:59 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4413</guid> 
<description>
<![CDATA[ 
	firefox3.5.5 过不了
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4414</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>叶子 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 02:34:04 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4414</guid> 
<description>
<![CDATA[ 
	chrome下貌似不行
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4415</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>cnhawkorg &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 03:23:36 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4415</guid> 
<description>
<![CDATA[ 
	刚刚测试，IE7.0.5730.13、Chrome3.0.195.25支持；Opera10.01、Firefox3.5.3不支持。不过应该会越来越多的浏览器支持的
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4419</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>sexla &lt;sexla@msn.om&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 08:51:08 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4419</guid> 
<description>
<![CDATA[ 
	这个有点意思啊！
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4420</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>叶子 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 09:08:06 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4420</guid> 
<description>
<![CDATA[ 
	全面测试了下 safari没问题 ie8没问题 ff要自己加信任 opera提示 chrome3.0.195不行&nbsp;&nbsp;太奇怪了不过我的站也加上了 免费的东西真。。。
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4421</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>djbdjb00djb &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 11:12:54 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4421</guid> 
<description>
<![CDATA[ 
	是看到wsus服务器里面提示有个根证书更新，自动审核不通过，必须要手动审核才在客户端上生效的补丁原来是用在这里了。哈哈
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4425</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>Showfom &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 14 Nov 2009 17:40:03 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4425</guid> 
<description>
<![CDATA[ 
	IE8 和 Firefox 英文版可以通过 Firefox 中文版不可以通过的
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4427</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>hune &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 15 Nov 2009 08:15:07 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4427</guid> 
<description>
<![CDATA[ 
	刚试了下，chrome 3.0、IE 7通过。
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4428</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>最美别墅 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 15 Nov 2009 09:45:54 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4428</guid> 
<description>
<![CDATA[ 
	有意思，又可以省钱了。一个Versign证书，一年要7000-8000元呢。
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4443</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>鱼尾唯一 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 19 Nov 2009 07:51:09 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4443</guid> 
<description>
<![CDATA[ 
	此连接是不受信任的<br/>您想使用 Firefox 来安全连接至 sms.api.bz，但是我们无法确认此连接为安全的。<br/>通常，当您尝试安全连接时，站点会出示受信任的标识，以证明您访问的是正确的地址。然而，现在无法验证此网站的标识。&nbsp;&nbsp; <br/>怎么办？<br/>如果您过去连接到此网站并且没有发现问题，那么此错误信息表示可能有人想冒充该网站，所以您应该停止浏览。<br/><br/>Firefox 3.5.5 for win32
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4452</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>Leslee &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 21 Nov 2009 10:26:53 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4452</guid> 
<description>
<![CDATA[ 
	FF3.5.3 过不了，还是有警告提示
]]>
</description>
</item><item>
<link>http://zyan.cc/startssl/#blogcomment4471</link>
<title><![CDATA[[评论] 全球可信并且唯一免费的HTTPS(SSL)证书颁发机构：StartSSL]]></title> 
<author>.. &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 25 Nov 2009 12:56:14 +0000</pubDate> 
<guid>http://zyan.cc/startssl/#blogcomment4471</guid> 
<description>
<![CDATA[ 
	需要6小时审核？
]]>
</description>
</item>
</channel>
</rss>