README.md in balanced-0.6.0 vs README.md in balanced-0.7.0
- old
+ new
@@ -67,5 +67,12 @@
Documentation is built using YARD - http://rubydoc.info/docs/yard
export AMAZON_ACCESS_KEY_ID='xxx'
export AMAZON_SECRET_ACCESS_KEY='yyy'
./upload_docs.rb
+
+### Troubleshooting
+
+#####OpenSSL
+ SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)
+
+The machine's Ruby/OpenSSL environment can't find any root certificates to trust. Please refer [here](http://www.google.com/search?q=SSL+connect+returned=1+errno=0+state=SSLv3) to find the best solution for your environment.
\ No newline at end of file