IETF RFC 5746 recommends sending the TLS Renegotiate extension in the TLS Client Hello packet from the client. However, in some cases, there might be the need to change this behavior to prevent problems accessing web servers that are not IETF RFC 5746 compliant. Both the SSLv3 and TLS 1.0/TLS 1.1 specifications require web server implementations to ignore data following the Client Hello that they do not understand. However, some web servers that implement SSLv3 and/or TLS 1.0/TLS 1.1 incorrectly fail in such a case, which means that clients that offer the additional TLS Client Renegotiation information extension may encounter browsing failures to web sites hosted on these web servers. In order to work around issues with such servers, IETF RFC 5746 defines a second signaling mechanism (section 3.3) via a special Signaling Cipher Suite Value (SCSV) that will appear as an "unknown" or "empty" cipher suite to a non-RFC 5746-compliant Web server. Since web servers that implement SSLv3 and TLS are also required to ignore unknown or empty cipher suites as per the SSLv3 and TLS specifications, this SCSV cipher should be able to be sent to any web server that implements SSL or TLS.
To implement this workaround, you must add a registry value on the machine running Internet Explorer 6. To do this, follow these steps:
1. Click Start, click Run, type regedit in the Run box, and then press ENTER.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL
3. On the Edit menu, point to New, and then click DWORD Value.
4. Type UseScsvForTls, and then press ENTER.
5. Right-click UseScsvForTls, and then click Modify.
6. In the Value data box, type 1 , and then click OK.
7. Exit Registry Editor.
Restart requirement:
You must restart the computer for this change to take effect.
Please note that as per IETF RFC 5764 the behavior change created by the above registry modification is not recommended, but can be used to work around issues with Web servers that are not compliant with IETF RFC 5746.