When issuing a curl request:
curl -X GET --header "X-Vault-Token: <mytoken> " https://<hostname>:8200/v1/secret/supersecret/test
It returns:
curl: (35) SSL connect error
Logs have:
2015/06/10 14:04:02 http: TLS handshake error from ipaddress:42381: tls: client offered an unsupported, maximum protocol version of 301
2015/06/10 14:04:02 http: TLS handshake error from ipaddress:42382: tls: client offered an unsupported, maximum protocol version of 300
When I use a tool like the Google Chrome extension Postman, PUTs and GETs work. Any ideas to what I'm doing wrong?