by stalkr:
ECDHE is supported but not DHE. It would be nice to support it so it could be added to
existing cipher suites.
Server https://developers.databox.com only support DHE ciphers:
DHE-RSA-AES256-GCM-SHA384
DHE-RSA-AES256-SHA256
DHE-RSA-AES256-SHA
DHE-RSA-CAMELLIA256-SHA
DHE-RSA-AES128-GCM-SHA256
DHE-RSA-AES128-SHA256
DHE-RSA-AES128-SHA
DHE-RSA-SEED-SHA
Which makes Go fail: Get https://developers.databox.com: remote error: handshake failure
Reference: https://groups.google.com/forum/#!topic/golang-nuts/hqm_ssUNUtI
by stalkr: