Stunnel官方就有Windows版本,到下面的地址下载: https://www.stunnel.org/downloads.html 选择”stunnel-X.XX-installer.exe“并且安装到一个“可写”的位置,因为Windows Vista/7/8系统里如果安装到C:\Progr
分类:
Windows程序 时间:
2016-02-17 00:43:00
阅读次数:
1333
1、首先测试一下stunnel.exe,是否能正常运行,正常的话,不会报错,在桌面右下角位置显示。 2、第一步完成后,打开stunnel.conf,对stunnel进行配置,需要修改一下几项:(mysql或者程序端口的对应) cert = Direct.pem ;key = stunnel.pem
分类:
其他好文 时间:
2016-02-16 23:38:02
阅读次数:
397
Stunnel on Debian GNU/Linux 6 (squeeze) 传统的POP3, SMTP, Samba等服务,都是不加密的协议(即在网络上明文传输数据),通过stunnel,可以将访问这些服务的连接通过一个加密的管道进行,便于保护个人隐私。 这里我们要搭建的目标: 服务器为Linu
分类:
其他好文 时间:
2016-02-16 23:25:28
阅读次数:
6405
建立加密隧道 使用 Stunnel 建立加密隧道 附件中的 Server 和 Clinet 都是已经配置好了的,只需修改 Server 的 stunnel.conf 的 connect 为实际的ip和端口即可投入使用,但是建议stunnel由自己重新生成一个以保安全。 假设你已经使用代理软件架设好了
分类:
其他好文 时间:
2016-02-16 23:18:36
阅读次数:
394
#openssl req -new -x509 -days 365 -nodes -out stunnel.pem -keyout stunnel.pem# openssl gendh 512>> stunnel.pemstunneliptables -A INPUT -s 14.156.0.0/1...
分类:
其他好文 时间:
2015-11-06 01:41:43
阅读次数:
233
The stunnel program is designed to work as an
SSL encryption wrapper between remote client and local (inetd-startable) or
remote server. It can be use...
分类:
其他好文 时间:
2014-05-26 16:15:57
阅读次数:
330