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,打开,信任它