Keystone with SSL does not seem to work on Grizzly
Tried to enable SSL for Keystone on Grizzly. Here is the configuration.
On /etc/keystone/
...
[ssl]
enable = True
certfile = /etc/keystone/
keyfile = /etc/keystone/
ca_certs = /etc/keystone/
#key_size = 1024
#valid_days = 3650
#ca_password = None
cert_required = False
#cert_subject = /C=US/ST=
....
Verified all *.pem files are in place and correct. Restarted keystone-all and ports 5000
and 35357 are up.
The following ENVS have been defined on the client side.
root@control:
OS_PASSWORD=
OS_CERT=
OS_AUTH_URL=http://
OS_USERNAME=admin
OS_TENANT_NAME=demo
OS_KEY=
OS_CACERT=
Tried to run keystone client but it hanged... no error was thrown
root@control:
REQ: curl -i http://
REQ BODY: {"auth": {"tenantName": "demo", "passwordCreden
...
<hang>..
...
Tried to run curl but it hanged as well.
root@control:
<hang>....
Your assistance is greatly appreciated.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Alfred Shen for more information if necessary.