<?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>stunnel &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/stunnel/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Sat, 06 Dec 2014 09:16:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>使用加密的squid配合stunnel实现HTTP代理</title>
		<link>https://wordpress.youran.me/encrypted-squid-stunnel/</link>
					<comments>https://wordpress.youran.me/encrypted-squid-stunnel/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Fri, 09 Nov 2012 15:03:46 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[SSH Tunnel]]></category>
		<category><![CDATA[stunnel]]></category>
		<category><![CDATA[代理]]></category>
		<category><![CDATA[加密]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=373</guid>

					<description><![CDATA[现在大部分人都是用ssh tunnel来搭建socks5代理，其实这种方式效率并不高，ssh tunnel并不是为了做代理而存在的。一个比较好的方法是加密squid配合stunnel实现http代理。下面介绍在Archlinux下配置https squid和windows下配置stunnel的方法。 1.首先是Archlinux下安装squid。注意现在squid在AUR里，需要先用makepkg生成yaourt的安装包然后安装。此步骤不在本文讨论范围内。 2. 配置squid，主要包括添加访问权限，以及配置https监听模式。 2.1 创建证明书文件 openssl req -new &#62; yourdomain.com.csr openssl rsa -in privkey.pem -out yourdomain.com.key openssl x509 -in yourdomain.com.csr -out yourdomain.com.crt -req -signkey yourdomain.com.key -days 3650 然后将yourdomain.com.crt和yourdomain.com.key拷贝到/etc/squid目录下（或其他目录）。 2.2 添加squid用户 这一步是生成用户名密码对，同时将密码用hash函数处理。用于squid的用户认证。 &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/encrypted-squid-stunnel/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/34 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/7 queries in 0.001 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:08:16 by W3 Total Cache
-->