<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Windows 下安裝設定 Apache2 + PHP5 + mod_ssl</title>
	<atom:link href="http://blog.ericsk.org/archives/215/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ericsk.org/archives/215</link>
	<description>It&#039;s all about ericsk.</description>
	<lastBuildDate>Thu, 04 Mar 2010 10:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: harebell</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-24971</link>
		<dc:creator>harebell</dc:creator>
		<pubDate>Thu, 26 Nov 2009 11:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-24971</guid>
		<description>請問ssl認證也是這樣設定嗎?
目前想要跑網頁，
但一直在log error出現SSL certificate problem, verify that the CA cert is OK.
一般看到的解決方法是在網站載下pem檔案，但還是沒有成功

不曉得這個設定是否也是用在設定CA CERT?
麻煩你了 :=)</description>
		<content:encoded><![CDATA[<p>請問ssl認證也是這樣設定嗎?<br />
目前想要跑網頁，<br />
但一直在log error出現SSL certificate problem, verify that the CA cert is OK.<br />
一般看到的解決方法是在網站載下pem檔案，但還是沒有成功</p>
<p>不曉得這個設定是否也是用在設定CA CERT?<br />
麻煩你了 :=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chmsky</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-24536</link>
		<dc:creator>chmsky</dc:creator>
		<pubDate>Mon, 27 Apr 2009 06:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-24536</guid>
		<description>直接敲 回车，返回信息如下：
Using configuration from openssl.cnf
Loading &#039;screen&#039; into random state - done
Enter pass phrase for ssl/ca.key:
unable to load CA private key
1676:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:.\
crypto\evp\evp_enc.c:461:
1676:error:0906A065:PEM routines:PEM_do_header:bad decrypt:.\crypto\pem\pem_lib.
c:425:</description>
		<content:encoded><![CDATA[<p>直接敲 回车，返回信息如下：<br />
Using configuration from openssl.cnf<br />
Loading &#8217;screen&#8217; into random state &#8211; done<br />
Enter pass phrase for ssl/ca.key:<br />
unable to load CA private key<br />
1676:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:.\<br />
crypto\evp\evp_enc.c:461:<br />
1676:error:0906A065:PEM routines:PEM_do_header:bad decrypt:.\crypto\pem\pem_lib.<br />
c:425:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chmsky</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-24535</link>
		<dc:creator>chmsky</dc:creator>
		<pubDate>Mon, 27 Apr 2009 05:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-24535</guid>
		<description>您好，按照上面的步骤，在执行到第6步：產生 Server public key
在命令行中输入： openssl ca -config openssl.cnf -days 3650 -cert ssl/ca.crt -keyfile ssl/ca.key -in ssl/server.csr -out ssl/server.crt 回车后，提示输入密码，但无法输入。已经建立ssl这个文件夹了。请问为什么呢？谢谢。</description>
		<content:encoded><![CDATA[<p>您好，按照上面的步骤，在执行到第6步：產生 Server public key<br />
在命令行中输入： openssl ca -config openssl.cnf -days 3650 -cert ssl/ca.crt -keyfile ssl/ca.key -in ssl/server.csr -out ssl/server.crt 回车后，提示输入密码，但无法输入。已经建立ssl这个文件夹了。请问为什么呢？谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: megabio</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-24478</link>
		<dc:creator>megabio</dc:creator>
		<pubDate>Wed, 01 Apr 2009 09:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-24478</guid>
		<description>關於大尾連的問題，出現以下的錯誤訊息，我也有遇到，不過我解決了

-----&lt;&gt;-----
I am unable to access the ssl
ewcerts directory
ssl
ewcerts: Invalid argument

請把 openssl.cnf 當中的資料夾路徑 &quot;\&quot; 改成 &quot;\\&quot; 就可以了
我是注意到錯誤訊息中 &quot;ewcerts directory&quot; 
前面加上一個 &quot;n&quot; 就是 newcerts

openssl.cnf 原來的設定是 
new_certs_dir	= $dir\newcerts

其中 &quot;\&quot; 加上 &quot;n&quot; 正好組成換行字元 &quot;\n&quot;
錯誤訊息才會以那樣怪異的格式出現

所以我聯想到，是不是在設定檔中要使用 escape 語法
將資料夾表示成為 &quot;\\&quot;，果然不出所料 :)</description>
		<content:encoded><![CDATA[<p>關於大尾連的問題，出現以下的錯誤訊息，我也有遇到，不過我解決了</p>
<p>&#8212;&#8211;&lt;&gt;&#8212;&#8211;<br />
I am unable to access the ssl<br />
ewcerts directory<br />
ssl<br />
ewcerts: Invalid argument</p>
<p>請把 openssl.cnf 當中的資料夾路徑 &#8220;\&#8221; 改成 &#8220;\\&#8221; 就可以了<br />
我是注意到錯誤訊息中 &#8220;ewcerts directory&#8221;<br />
前面加上一個 &#8220;n&#8221; 就是 newcerts</p>
<p>openssl.cnf 原來的設定是<br />
new_certs_dir	= $dir\newcerts</p>
<p>其中 &#8220;\&#8221; 加上 &#8220;n&#8221; 正好組成換行字元 &#8220;\n&#8221;<br />
錯誤訊息才會以那樣怪異的格式出現</p>
<p>所以我聯想到，是不是在設定檔中要使用 escape 語法<br />
將資料夾表示成為 &#8220;\\&#8221;，果然不出所料 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pou&#8217;s IT Blog &#187; AppServ + OpenSSL in Win32</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-22727</link>
		<dc:creator>Pou&#8217;s IT Blog &#187; AppServ + OpenSSL in Win32</dc:creator>
		<pubDate>Fri, 21 Nov 2008 04:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-22727</guid>
		<description>[...] AppServ 安裝 mod_ssl (Apache 2 版本) SSL (Secure Socket Layer) on Windows Windows 下安裝設定 Apache2 + PHP5 + mod_ssl 【懶人教學】建構您的 Apache + SSL on Win32 [...]</description>
		<content:encoded><![CDATA[<p>[...] AppServ 安裝 mod_ssl (Apache 2 版本) SSL (Secure Socket Layer) on Windows Windows 下安裝設定 Apache2 + PHP5 + mod_ssl 【懶人教學】建構您的 Apache + SSL on Win32 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woopu</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-16925</link>
		<dc:creator>woopu</dc:creator>
		<pubDate>Fri, 01 Feb 2008 09:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-16925</guid>
		<description>找不到libphp5.so這個檔，php5的安裝只更新.cnf
怎麼辦?
大大請解..</description>
		<content:encoded><![CDATA[<p>找不到libphp5.so這個檔，php5的安裝只更新.cnf<br />
怎麼辦?<br />
大大請解..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsk</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-11551</link>
		<dc:creator>ericsk</dc:creator>
		<pubDate>Sun, 23 Sep 2007 00:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-11551</guid>
		<description>vodkawa: 因為沒裝啊 XD</description>
		<content:encoded><![CDATA[<p>vodkawa: 因為沒裝啊 XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vodkawa</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-11464</link>
		<dc:creator>vodkawa</dc:creator>
		<pubDate>Sat, 22 Sep 2007 08:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-11464</guid>
		<description>[quote comment=&quot;&quot;]請問為什麼要將&quot;x509 extensions&quot;這一行註解掉，在檔案 openssl.cnf中?[/quote]</description>
		<content:encoded><![CDATA[<p>[quote comment=""]請問為什麼要將&#8221;x509 extensions&#8221;這一行註解掉，在檔案 openssl.cnf中?[/quote]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsk</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-11419</link>
		<dc:creator>ericsk</dc:creator>
		<pubDate>Fri, 21 Sep 2007 06:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-11419</guid>
		<description>你有建立 index.txt 這個檔案嗎?</description>
		<content:encoded><![CDATA[<p>你有建立 index.txt 這個檔案嗎?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 问题</title>
		<link>http://blog.ericsk.org/archives/215/comment-page-1#comment-11418</link>
		<dc:creator>问题</dc:creator>
		<pubDate>Fri, 21 Sep 2007 04:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://ericsk.csie.org/archives/215#comment-11418</guid>
		<description>其他都正确，怎么到“產生 Server public key
”这一步得时候，得到这样得提示呢

Using configuration from openssl.cnf
Loading &#039;screen&#039; into random state - done
Enter pass phrase for ssl/ca.key:
sslindex.txt: No such file or directory
unable to open &#039;sslindex.txt&#039;
4996:error:02001002:system library:fopen:No such file or directory:.\crypto\bio\
bss_file.c:352:fopen(&#039;sslindex.txt&#039;,&#039;rb&#039;)
4996:error:20074002:BIO routines:FILE_CTRL:system lib:.\crypto\bio\bss_file.c:35
4:

这sslindex.txt是哪里来得</description>
		<content:encoded><![CDATA[<p>其他都正确，怎么到“產生 Server public key<br />
”这一步得时候，得到这样得提示呢</p>
<p>Using configuration from openssl.cnf<br />
Loading &#8217;screen&#8217; into random state &#8211; done<br />
Enter pass phrase for ssl/ca.key:<br />
sslindex.txt: No such file or directory<br />
unable to open &#8217;sslindex.txt&#8217;<br />
4996:error:02001002:system library:fopen:No such file or directory:.\crypto\bio\<br />
bss_file.c:352:fopen(&#8217;sslindex.txt&#8217;,'rb&#8217;)<br />
4996:error:20074002:BIO routines:FILE_CTRL:system lib:.\crypto\bio\bss_file.c:35<br />
4:</p>
<p>这sslindex.txt是哪里来得</p>
]]></content:encoded>
	</item>
</channel>
</rss>
