Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keystone API v2.0 using http not https #7491

Closed
cyberduck opened this issue Oct 14, 2013 · 4 comments
Closed

Keystone API v2.0 using http not https #7491

cyberduck opened this issue Oct 14, 2013 · 4 comments
Assignees
Labels
bug fixed openstack OpenStack Swift Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

73d24c5 created the issue

My keystone Identity API URL is reported by Horizon as

http://172.16.1.2:5000/v2.0

I'm using the v4.4 snapshot. I can't find a way of telling the keystone connection to use HTTP rather than HTTPS...

I've grabbed the profiles shown in the guide but I can't resolve this. As expected I get SSL errors "Unrecognised SSL message, plaintext connection?"

I don't think it's relevant (yet), but it's also not clear (to me) what I should put in the "Tenant ID:Access Key" field. Here's my Openstack RC file...

export OS_AUTH_URL=http://172.16.1.2:5000/v2.0

# With the addition of Keystone we have standardized on the term **tenant**
# as the entity that owns the resources.
export OS_TENANT_ID=4b35d69dab284c8eb21d18352df99935
export OS_TENANT_NAME="MJog Internal"

# In addition to the owning entity (tenant), openstack stores the entity
# performing the action as the **user**.
export OS_USERNAME=auser

# With Keystone you pass the keystone password.
export OS_PASSWORD=asecret
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Have you tried the profile linked in Connect without SSL?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please reopen the issue if it does not work with the Openstack Swift (HTTP) profile.

@cyberduck
Copy link
Collaborator Author

73d24c5 commented

I get 404 - not found.

More Options:

Not found. 404 Not Found
GET v1.0 HTTP/1.1

It appears to be getting v1.0 rather than v2.0 ...

@cyberduck
Copy link
Collaborator Author

@dkocher commented

New profile for Keystone (HTTP) in 8fde10f.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed openstack OpenStack Swift Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants