0

I want to reproduce some production issue. For this purpose I need to configure my test Windows Server 2008 R2 to reject TLS connections and accept only SSLv3 connections when exposing IIS hosted web services over HTTPS. How can I do that?

Ladislav Mrnka
  • 227
  • 4
  • 11

1 Answers1

3

This URL at the Microsoft support site will help you out:

How to disable PCT 1.0, SSL 2.0, SSL 3.0, or TLS 1.0 in Internet Information Services

Adam Huffman
  • 103
  • 3