<?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>评论：openssl建立证书，非常详细配置ssl+apache</title>
	<atom:link href="http://blog.51yip.com/apachenginx/958.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/apachenginx/958.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：jaclon</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-2621</link>
		<dc:creator>jaclon</dc:creator>
		<pubDate>Tue, 05 Feb 2013 02:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-2621</guid>
		<description>最近要配置https服务，以前都没有配置过这个东西，还好楼主写的相当详细，不过当中有几个单词打错了</description>
		<content:encoded><![CDATA[<p>最近要配置https服务，以前都没有配置过这个东西，还好楼主写的相当详细，不过当中有几个单词打错了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：zq</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-2347</link>
		<dc:creator>zq</dc:creator>
		<pubDate>Mon, 14 Jan 2013 09:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-2347</guid>
		<description>你好， 我也是遇到第7个问题了，IEok，firefox下提示
安全连接失败
          
连接115.182.35.118时发生错误。

SSL 节点无法协商出可接受的安全参数设置。

（错误码： ssl_error_handshake_failure_alert）

请问楼主这个问题解决了么？
另外还想问下，http跳到https怎么写，我后端是weblogic，前端apache跳转，请问这种方式怎么让http跳到https</description>
		<content:encoded><![CDATA[<p>你好， 我也是遇到第7个问题了，IEok，firefox下提示<br />
安全连接失败</p>
<p>连接115.182.35.118时发生错误。</p>
<p>SSL 节点无法协商出可接受的安全参数设置。</p>
<p>（错误码： ssl_error_handshake_failure_alert）</p>
<p>请问楼主这个问题解决了么？<br />
另外还想问下，http跳到https怎么写，我后端是weblogic，前端apache跳转，请问这种方式怎么让http跳到https</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jack</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-1469</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 05 Nov 2012 13:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-1469</guid>
		<description>关于第七个问题，我在chmod，firefox测试都OK。那两个参数都有加上去。
这个是我的配置文件

ServerName ******
	ProxyPass / http://localhost:8082/
	ProxyPassReverse / http://localhost:8082/ 

        LogLevel warn  
        ErrorLog /var/log/apache2/error.log  
        CustomLog /var/log/apache2/ssl_access.log combined  

	#ssl开启  
	SSLEngine on  
	  
	#指定服务器证书位置  
	SSLCertificateFile /etc/apache2/ssl/server.crt  
	  
	#指定服务器证书key位置  
	SSLCertificateKeyFile /etc/apache2/ssl/server.key  
	  
	#证书目录  
	SSLCACertificatePath /etc/apache2/ssl  
	  
	#根证书位置  
	SSLCACertificateFile /etc/apache2/ssl/cacert.pem  
	  
	#要求客户拥有证书  
	SSLVerifyClient require  
	SSLVerifyDepth  1  
	SSLOptions +StdEnvVars</description>
		<content:encoded><![CDATA[<p>关于第七个问题，我在chmod，firefox测试都OK。那两个参数都有加上去。<br />
这个是我的配置文件</p>
<p>ServerName ******<br />
	ProxyPass / <a href="http://localhost:8082/" rel="nofollow">http://localhost:8082/</a><br />
	ProxyPassReverse / <a href="http://localhost:8082/" rel="nofollow">http://localhost:8082/</a> </p>
<p>        LogLevel warn<br />
        ErrorLog /var/log/apache2/error.log<br />
        CustomLog /var/log/apache2/ssl_access.log combined  </p>
<p>	#ssl开启<br />
	SSLEngine on  </p>
<p>	#指定服务器证书位置<br />
	SSLCertificateFile /etc/apache2/ssl/server.crt  </p>
<p>	#指定服务器证书key位置<br />
	SSLCertificateKeyFile /etc/apache2/ssl/server.key  </p>
<p>	#证书目录<br />
	SSLCACertificatePath /etc/apache2/ssl  </p>
<p>	#根证书位置<br />
	SSLCACertificateFile /etc/apache2/ssl/cacert.pem  </p>
<p>	#要求客户拥有证书<br />
	SSLVerifyClient require<br />
	SSLVerifyDepth  1<br />
	SSLOptions +StdEnvVars</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jack</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-1468</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 05 Nov 2012 13:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-1468</guid>
		<description>非常好,这个方式的证书稳定，不会出错。
楼主说的第六个的问题是因为自己生成的证书没有第三方机构认证，你要出钱购买证书才行。比如verisign</description>
		<content:encoded><![CDATA[<p>非常好,这个方式的证书稳定，不会出错。<br />
楼主说的第六个的问题是因为自己生成的证书没有第三方机构认证，你要出钱购买证书才行。比如verisign</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-1083</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Fri, 07 Sep 2012 06:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-1083</guid>
		<description>检查一下mod_ssl.so是不是存在,libssl.so.1.0.0是不是存在,如果不存在看一看更高版本的存在.如果有更高版本,就用ln -s去做一下软链接.如果没有,安装一下.</description>
		<content:encoded><![CDATA[<p>检查一下mod_ssl.so是不是存在,libssl.so.1.0.0是不是存在,如果不存在看一看更高版本的存在.如果有更高版本,就用ln -s去做一下软链接.如果没有,安装一下.</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：cc</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-1081</link>
		<dc:creator>cc</dc:creator>
		<pubDate>Thu, 06 Sep 2012 09:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-1081</guid>
		<description>2，升级openssl引发的问题

httpd: Syntax error on line 56 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: libssl.so.0.9.8: cannot open shared object file: No such file or directory

httpd: Syntax error on line 56 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

用ln -s来建立软链接，就可以了。不过这种方法不是万能的，比如我把libpng从1.2升到1.4，libjpeg从7.0升到8.0结果是系统差点崩掉，用软链接不管用，我把他们弄掉，从网上下的低版本重装。

我的出现的错误：
[root@localhost ~]# /usr/local/apache2/bin/apachectl -k start
httpd: Syntax error on line 138 of /usr/local/apache2/conf/httpd.conf: Cannot lo

ad modules/mod_ssl.so into server: libssl.so.1.0.0: cannot open shared object fi

le: No such file or directory

请问该怎么建立连接，我这个应该建立哪个目录和哪个目录的软链接？发到我的邮箱ccmjs@126.com好么？谢谢</description>
		<content:encoded><![CDATA[<p>2，升级openssl引发的问题</p>
<p>httpd: Syntax error on line 56 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: libssl.so.0.9.8: cannot open shared object file: No such file or directory</p>
<p>httpd: Syntax error on line 56 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory</p>
<p>用ln -s来建立软链接，就可以了。不过这种方法不是万能的，比如我把libpng从1.2升到1.4，libjpeg从7.0升到8.0结果是系统差点崩掉，用软链接不管用，我把他们弄掉，从网上下的低版本重装。</p>
<p>我的出现的错误：<br />
[root@localhost ~]# /usr/local/apache2/bin/apachectl -k start<br />
httpd: Syntax error on line 138 of /usr/local/apache2/conf/httpd.conf: Cannot lo</p>
<p>ad modules/mod_ssl.so into server: libssl.so.1.0.0: cannot open shared object fi</p>
<p>le: No such file or directory</p>
<p>请问该怎么建立连接，我这个应该建立哪个目录和哪个目录的软链接？发到我的邮箱ccmjs@126.com好么？谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-913</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Mon, 20 Feb 2012 09:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-913</guid>
		<description>这个目录是我自己建的，博客里面有，哈哈，要看仔细一点。</description>
		<content:encoded><![CDATA[<p>这个目录是我自己建的，博客里面有，哈哈，要看仔细一点。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：might</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-904</link>
		<dc:creator>might</dc:creator>
		<pubDate>Mon, 13 Feb 2012 17:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-904</guid>
		<description>hello~~求指导~~在创建主证书的3.2那一步  
cp /openssl的安装目录/ssl/misc/CA.sh /usr/local/apache/conf/ssl/  
 意思是说把OPENSSL里面那个CA.sh复制到apache下的SSL目录下吗·
但是提示说 没法找到那个文件或目录·
是要另外装CA·还是我的OPENSSL没安装成功~？</description>
		<content:encoded><![CDATA[<p>hello~~求指导~~在创建主证书的3.2那一步<br />
cp /openssl的安装目录/ssl/misc/CA.sh /usr/local/apache/conf/ssl/<br />
 意思是说把OPENSSL里面那个CA.sh复制到apache下的SSL目录下吗·<br />
但是提示说 没法找到那个文件或目录·<br />
是要另外装CA·还是我的OPENSSL没安装成功~？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Andy</title>
		<link>http://blog.51yip.com/apachenginx/958.html/comment-page-1#comment-540</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 27 Jun 2011 07:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=958#comment-540</guid>
		<description>cp server.csr newseq.pem
-------------------------------------------
应该是：
cp server.csr newreq.pem</description>
		<content:encoded><![CDATA[<p>cp server.csr newseq.pem<br />
-------------------------------------------<br />
应该是：<br />
cp server.csr newreq.pem</p>
]]></content:encoded>
	</item>
</channel>
</rss>
