Results 1 to 3 of 3
Thread: IIS SSL & TSL 1.0 Blocking by IT
-
2018-06-17, 00:18 #1
- Join Date
- Jun 2011
- Posts
- 195
- Thanks
- 63
- Thanked 0 Times in 0 Posts
IIS SSL & TSL 1.0 Blocking by IT
HI Experts
Due to IT policies changed , IT wants to block SSL ,TSL 1.0 and go for TSL 1.2.
My Question I have four servers which are out of domain due to some reason and one server running 3 FTP sites, IIS FTP site setting on SSL .
IF IT blocked SSL then how the FTP sites will run can it works on TSL 1.2?
What will be the best practise because FTP site also implemented Replication over FTP site ( different location country)? I have no idea
-
2018-06-17, 02:32 #2
- Join Date
- Dec 2009
- Location
- Earth
- Posts
- 9,179
- Thanks
- 69
- Thanked 1,165 Times in 1,083 Posts
FTP doesn't use SSL/TLS as such, you need to configure the server to use FTPS. See this MS page for configuration details.
When negotiating a connection the FTP server will use whatever protocols are available. As long as your server supports TLS 1.2 and the clients do as well, you will have no issues.
cheers, Paul
-
2018-06-17, 10:26 #3
- Join Date
- Jun 2011
- Posts
- 195
- Thanks
- 63
- Thanked 0 Times in 0 Posts