Update README.md

This commit is contained in:
Xiang Li 2013-10-10 23:44:59 -07:00
parent 188a903e97
commit beac6d8589

View File

@ -522,7 +522,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. 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? ### 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: Here is how to do it: