Note to self
Never start a project involving legacy code that has already been estimated & scoped by someone other than myself.
October 21st, 2015 10:56am
Polyglot developer, geometric tessellation fan, ambient DJ.
Never start a project involving legacy code that has already been estimated & scoped by someone other than myself.
October 21st, 2015 10:56am
Our team recently began using PhraseApp for translations/localizations. It's a great service. But, we hit a problem:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
We tried the usual things:
brew uninstall openssl
brew install openssl
brew link openssl --force
rvm osx-ssl-certs update all
and imploding rvm
and the like, all to no avail. Eventually, the solution was found using the
following:
ssl-tool: Misc. tools to help with debugging WTF is going on with SSL connections and Ruby
This showed that there was an expired CA cert from GlobalSign on the dev machine.
It was then fixed with this:
OpenSSL and dealing with expired Root CA certs
I hope this helps anyone else who encounters this.
August 25th, 2015 10:27am #ruby #ssl #certificates #expired #homebrew
/boot/config.txt
for Raspberry Pi to use all of a Kogan 1080p screen:
disable_overscan=1
overscan_left=32
overscan_right=16
overscan_top=16
overscan_bottom=16
hdmi_group=1
hdmi_mode=16
December 2nd, 2015 4:19pm