<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; https</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=https" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Nginx server之Nginx添加ssl支持</title>
		<link>http://www.lanxinbase.com/?p=924</link>
		<comments>http://www.lanxinbase.com/?p=924#comments</comments>
		<pubDate>Thu, 17 Mar 2016 08:31:17 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[2.运维相关]]></category>
		<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=924</guid>
		<description><![CDATA[//环境介绍

1.nginx服务器：10.10.54.157

2.配置nginx服务器，当监听到来自客户端www.zijian.com:80请求时，转到10.10.54.150:1500这个web服务器上

3.配置nginx服务器支持ssl加密传输协议

//生成nginx服务器需要的证书文件

1.创建网站证书存放目录
shell> mkdir /usr/local/nginx/conf/ssl
shell> cd /usr/local/nginx/conf/ssl
 
2.制作CA证书]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=924</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache下开启ssl访问</title>
		<link>http://www.lanxinbase.com/?p=922</link>
		<comments>http://www.lanxinbase.com/?p=922#comments</comments>
		<pubDate>Thu, 17 Mar 2016 07:01:08 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[2.运维相关]]></category>
		<category><![CDATA[5.互联网应用开发]]></category>
		<category><![CDATA[443]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=922</guid>
		<description><![CDATA[openssl Windows下已编译好的命令行程序：

http://downloads.sourceforge.net/gnuwin32/openssl-0.9.8h-1-bin.zip

一、lamp开启ssl

首先需要安装openssl和apache的ssl模块，执行：

yum install openssl mod_ssl -y

即可，接下来的配置方法和以下内容类似



一、wamp开启SSL

#修改conf文件。
       LoadModule ssl_module modules/mod_ssl.so
       Include conf/extra/httpd-ssl.conf
       把前面的#号去掉即可
]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=922</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
