Page 1 of 1

FileZilla Pro Cannot connect to private swift

Posted: 2020-08-24 08:39
by eviljan
Hi, I'm trying to connect to private swift and continuing getting 400 code. Inspecting the POST body, there is no field for domain
However, there is no option to config Domain on the configuration.

Code: Select all

	{
		"auth":{
		"identity":{
			"methods":[
				"password"
			],
			"password":{
				"user":{
					"name":"username",
					"password":"password"
				}
			}
		},
		"scope":{
			"project":{
				"name":"name"
			}
		}
	}

Re: FileZilla Pro Cannot connect to private swift

Posted: 2020-08-25 07:54
by botg
This is a known issue, it will be fixed in the next version of FileZilla Pro.

Please use our dedicated FileZilla Pro customer forums in the future: https://customerforum.filezilla-project.org/

Re: FileZilla Pro Cannot connect to private swift

Posted: 2020-08-26 08:38
by eviljan
thanks for the response. when can i expect the fixed version released?

Re: FileZilla Pro Cannot connect to private swift

Posted: 2020-08-26 17:22
by botg
Likely next week.

Re: FileZilla Pro Cannot connect to private swift

Posted: 2020-09-07 08:51
by eviljan
downloaded the lastest version, and still cannot connect

working json authen

Code: Select all

{
	"auth":{
	"identity":{
		"methods":[
			"password"
		],
		"password":{
			"user":{
				"password":"password",
				"name":"username",
				"domain":{
					"name":"Default"
				}
			}
		}
	},
	"scope":{
		"project":{
			"name":"projectname",
			"domain":{
				"name":"Default"
			}
		}
	}
	}
}
FileZilla Pro authen json missing domain in "scope"

Code: Select all

{
	"auth":{
		"identity":{
			"methods":[
				"password"
			],
			"password":{
				"user":{
					"name":"username",
					"password":"password",
					"domain":{
						"name":"Default"
					}
				}
			}
		},
		"scope":{
			"project":{
				"name":"projectname"
			}
		}
	}
}

Re: FileZilla Pro Cannot connect to private swift

Posted: 2020-09-07 13:09
by boco
botg wrote:
2020-08-25 07:54
Please use our dedicated FileZilla Pro customer forums in the future: https://customerforum.filezilla-project.org/