From c25d502b2871e03a894e713e3277764c9f48ce57 Mon Sep 17 00:00:00 2001 From: Otto Mao Date: Thu, 26 May 2016 21:15:16 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20HTTPS=E7=9B=B8=E5=85=B3=E6=95=99?= =?UTF-8?q?=E7=A8=8B=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HTTPS相关教程.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/HTTPS相关教程.md b/HTTPS相关教程.md index 0f05627..60e7d89 100644 --- a/HTTPS相关教程.md +++ b/HTTPS相关教程.md @@ -3,11 +3,9 @@ AnyProxy解析HTTPS的原理是自制根证书(rootCA),待终端信任这 这份中文文档简略概述了用AnyProxy做HTTPS处理的相关流程。更完整的内容可以读这里的英文文档:[https://github.com/alibaba/anyproxy/wiki/How-to-config-https-proxy](https://github.com/alibaba/anyproxy/wiki/How-to-config-https-proxy) -#### Step 1 - 安装openSSL +#### Step 1 - 安装openSSL -* OSX系统自带了openSSL,可以略过这步 -* Windows用户可以参考openSSL的安装教程:[http://wiki.openssl.org/index.php/Compilation_and_Installation](http://wiki.openssl.org/index.php/Compilation_and_Installation) -* 安装完成后可以通过``openssl version -a ``看到安装情况。 +* 从v3.10.0开始,用户不再需要安装openssl #### Step 2 - 生成RootCA,打开,信任它