From 36b692d8ef595eee1e28d20b740be548365a5671 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Fri, 27 Sep 2013 10:04:48 -0700 Subject: Docs: Fixed wrong parameter in SoundPool file; fixed typo in security file. Bug: 10807931 10796994 Change-Id: I8c8e07c3e8606d5983c2545fa6638af45650d27c --- docs/html/training/articles/security-ssl.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html') diff --git a/docs/html/training/articles/security-ssl.jd b/docs/html/training/articles/security-ssl.jd index d3f68e2..f52865a 100644 --- a/docs/html/training/articles/security-ssl.jd +++ b/docs/html/training/articles/security-ssl.jd @@ -250,7 +250,7 @@ due to a self-signed certificate, which means the server is behaving as its own This is similar to an unknown certificate authority, so you can use the same approach from the previous section.

-

You can create yout own {@link javax.net.ssl.TrustManager}, +

You can create your own {@link javax.net.ssl.TrustManager}, this time trusting the server certificate directly. This has all of the downsides discussed earlier of tying your app directly to a certificate, but can be done securely. However, you should be careful to make sure your self-signed certificate has a -- cgit v1.1