<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I have a few users that are having issues with my website now that I
disabled SSLv3. Turns out the only cipher that would/should work
with XP/IE8 is TLS1.0: "TLS_RSA_WITH_3DES_EDE_CBC_SHA" (there are
two RC4's that also work, but I understand that is really not
recommended).<br>
<br>
Can anyone tell me how to add this to my ssl_ciphers? (I don't
fully understand the shorthand in the list.)<br>
I see that, based on a recommendation, I do have "!3DES" in the
list. If anyone has any other recommendations to support XP/IE8
with TLS1.0 in the most secure manner, I appreciate all feedback!<br>
<br>
Also, if I put this one last in the list, can I assume it will be
the least preferred by nginx?<br>
<br>
Thank you again,<br>
AJ<br>
<br>
<span style="color: rgb(51, 51, 51); font-family: 'Open Sans',
sans-serif; font-size: 15px; font-style: normal; font-variant:
normal; font-weight: normal; letter-spacing: normal; line-height:
22.5px; orphans: auto; text-align: left; text-indent: 0px;
text-transform: none; white-space: normal; widows: auto;
word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
!important; float: none; background-color: rgb(255, 255, 255);"></span>
</body>
</html>