I'm the process of setting up two IIS 7.5 FTP web sites (which are both up and running normally) both of which have FTPS set up on them. For this example:
Site 1 is called foo.com. This site has it's own SSL that was applied to the website and FTP site. Both the FTP site and web site are working normally (and securely). The FTPS site is configured to connect to the root of the website.
Site 2 is called foo1.com. This site has a secondary SSL separate from site 1 that was applied to the website and is working normally. On attemps to set up the FTPS site for site 2, the GUI install goes as normal but on attempts to connect to the server from a different server on the network, Filezilla comes back with 'Connection timed out' and 'Could not connect to server' messages.
I've played with different ports and firewall settings and I am not able to connect to the server on site 2.
Am I running into a limitation of IIS here with two different FTPS servers using two different certificates or am I missing something here?