From a22d707f8e3615999d0a34d47f0fc8d581338e41 Mon Sep 17 00:00:00 2001 From: Otto Mao Date: Wed, 1 Jul 2015 15:02:12 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HTTPS相关教程.md b/HTTPS相关教程.md index 641a473..f51981e 100644 --- a/HTTPS相关教程.md +++ b/HTTPS相关教程.md @@ -38,3 +38,5 @@ AnyProxy解析HTTPS的原理是自制根证书(rootCA),待终端信任这 #### 其他 * ``anyproxy --clear``可以清除所有已生成的证书。清除后,各终端需要重新安装证书。 +* 日常开发中,*不要使用*``anyproxy --type https``来调试。AnyProxy使用https over http的方法来进行代理,而这条命令启动的是一个https代理服务器,两者使用场景完全不同。 +