From 10ed35a5d3d7b35cff744dcd6146cbe76687f35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=B5=20=E6=99=AF=E5=AF=8C?= Date: Wed, 16 Mar 2016 10:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E6=AD=A3=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E4=B8=8A=E4=B8=8D=E5=87=86=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E6=96=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/security-ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/security-ssl.md b/security/security-ssl.md index 8f8129ff7..212c6d15c 100755 --- a/security/security-ssl.md +++ b/security/security-ssl.md @@ -41,7 +41,7 @@ copyInputStreamToOutputStream(in, System.out); ## 服务器普通问题的验证 -假设从[getInputStream()](http://developer.android.com/reference/java/net/URLConnection.html#getInputStream()接受内容,会抛出一个异常: +假设没有从[getInputStream()](http://developer.android.com/reference/java/net/URLConnection.html#getInputStream()收到内容,而是抛出了一个异常: ```java javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.