-
Notifications
You must be signed in to change notification settings - Fork 113
develop notes
Justin-lu edited this page Jun 9, 2015
·
4 revisions
-
沙盒测试,很容易接口调用超过限制,测试虽易,次数不多,且试且珍惜。解决方案:不要批量跑全部API的测试、关掉 Travis CI的Build pushes 选项:比如 https://travis-ci.org/lanrion/weixin_authorize/settings 。
-
RestClient Error
- error message:
RestClient::SSLCertificateNotVerified Exception: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
* solution: [SSLv3 read server certificate B: certificate verify failed](http://www.extendi.it/blog/2015/5/23/47-sslv3-read-server-certificate-b-certificate-verify-failed)