You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: