[Cyberduck-trac] [Cyberduck] #7491: Keystone API v2.0 using http not https

Cyberduck trac at trac.cyberduck.ch
Mon Oct 14 15:15:30 UTC 2013


#7491: Keystone API v2.0 using http not https
-----------------------------+-----------------------
    Reporter:  mark howells  |      Owner:  dkocher
        Type:  defect        |     Status:  new
    Priority:  normal        |  Milestone:
   Component:  openstack     |    Version:  4.3.1
    Severity:  blocker       |   Keywords:  keystone
Architecture:  Intel         |   Platform:  Windows 7
-----------------------------+-----------------------
 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
 }}}

-- 
Ticket URL: <https://trac.cyberduck.ch/ticket/7491>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list