Updated HTTPS相关教程 (markdown)

Otto Mao 2016-05-26 21:15:16 +08:00
parent 73e8b2aec1
commit c25d502b28

@ -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
#### <del>Step 1 - 安装openSSL</del>
* 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打开信任它