Skip to content

Not using proper storage url when connecting to swift #5216

@cyberduck

Description

@cyberduck

drue created the issue

Attempting to connect to a Swift install. Cyberduck appears to authenticate using https on a nonstandard port but subsequent ssl requests are going to the auth URL instead of the storage URL returned with the authentication request. Cyberduck doesn't report an error until you try to create a folder or upload some files.

i.e. auth url = https://x.x.x.x:11000/v1.0 and the returned storage url is https://x.x.x.x:443/v1 but after authentication the subsequent requests from Cyberduck go to port 11000 instead of 443.

note that python-cloudfiles and Fog seem are working as expected with this Swift installation.

Metadata

Metadata

Assignees

Labels

cloudfilesRackspace CloudFiles

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions