Hi: I'm trying to get FTP over SSL configured for a specific website with FTP 7 and IIS 7 on RC0. I've followed the notes as best I can, but am getting
[16:58:25] SmartFTP v2.5.1008.22
[16:58:25] Resolving host name "temp.myweb.com"
[16:58:25] Connecting to xxx.xxx.xxx.xxx Port: 21
[16:58:25] Connected to temp.myweb.com.
[16:58:25] 220 Microsoft FTP Service
[16:58:25] AUTH TLS
[16:58:25] 534 Local policy on server does not allow TLS secure connections.
[16:58:25] Cannot login waiting to retry (30s)...
I started with a website and added FTP Publishing to it with basic authentication and was able to log in with FTP
I added a host header and was able to log in with "temp.myweb.com|myuser"
I then created an SSL cert and bound it to the IP address of the website, and was able to browse the site under https
I then went into the FTP SSL Settings for the website, assigned the same SSL cert, and set the SSL policy to:
Control Channel: Require only for credentials
Data Channel: Allow
And when I try to connect I get the results above. I'm not even getting to the user/password stage in the login. It seems like something simple but I can't identify the problem?