Update README.md

This commit is contained in:
Xiang Li
2013-10-10 23:44:59 -07:00
committed by Brandon Philips
parent b54a6a2ac8
commit 8540249c4e

View File

@@ -594,7 +594,7 @@ The result is that an 8 machine cluster can tolerate 3 machine failures and a 9
And in the best case when all 9 machines are responding the cluster will perform at the speed of the fastest 5 nodes.
### Why SSLv3 alert handshake failure when using SSL client auth?
The `TLS` pacakge of `golang` checkes the key usage of certificate public key before using it. To use the certificate public key to do client auth, we need to add `clientAuth` to `Extended Key Usage` when creates the certificate public key.
The `TLS` pacakge of `golang` checks the key usage of certificate public key before using it. To use the certificate public key to do client auth, we need to add `clientAuth` to `Extended Key Usage` when creating the certificate public key.
Here is how to do it: