Skip to content

Instantly share code, notes, and snippets.

@sseago
Created October 22, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sseago/bd73b56f7f892025e8a5 to your computer and use it in GitHub Desktop.
Save sseago/bd73b56f7f892025e8a5 to your computer and use it in GitHub Desktop.
[sseago@halibut ~]$ curl -v -k --negotiate -u : --cacert /home/sseago/keystone/ca.pem -H "Content-Type: application/json" -d '
{ "auth": {
"identity": {
"methods": ["password"],
"password": {
"user": {
"name": "user1",
"domain": { "id": "default" },
"password": "user1"
}
}
}
}
}' https://halibut.warwick.lan:5000/v3/auth/tokens
* Hostname was NOT found in DNS cache
* Trying 192.168.0.200...
* Connected to halibut.warwick.lan (192.168.0.200) port 5000 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* skipping SSL peer certificate verification
* NSS: client certificate not found (nickname not specified)
* NSS error -12227 (SSL_ERROR_HANDSHAKE_FAILURE_ALERT)
* SSL peer was unable to negotiate an acceptable set of security parameters.
* Closing connection 0
curl: (35) NSS: client certificate not found (nickname not specified)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment