Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
761 views
in Technique[技术] by (71.8m points)

wcf - TLS 1.2 on Windows Server 2003 and XP

I have WCF service hosted on IIS which uses transport security. I need to restrict the TLS version to 1.2.

I found that TLS 1.2 is supported on Windows Server 2008 and Windows 7.

Can I restrict the usage of TLS to version 1.2 for Windows Server 2003 for the server and Windows Vista and XP for the client too? Is 1.2 supported for these older OSes?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

TLS 1.1 and TLS 1.2 are not supported by Win Server 2003, XP or Vista. Applications which use the OS services for TLS will not be able to use TLS 1.1 or 1.2 on those platforms.

If you have an application, a browser or whatever, which handles in it's own TLS, then it could use TLS 1.1 or 1.2.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa380512%28v=vs.85%29.aspx


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.8k users

...