Forum Moderators: open
<script type="text/javascript">
var b_version = navigator.appVersion;
if (b_version.indexOf("MSIE 5.5") != -1) {
requirementsMet = true;
}
if (b_version.indexOf("MSIE 6") != -1) {
requirementsMet = true;
}
if (b_version.indexOf("MSIE 7") != -1) {
requirementsMet = true;
}
if (b_version.indexOf("MSIE 8") != -1) {
requirementsMet = true;
}
if (requirementsMet == false) {
alert("Your browser does NOT meet requirments for SSL 3.0. You need to upgrade your browser.");
}
Specifically, the web server accepts connections encrypted using SSL 2.0, which suffers from several cryptographic flaws and has been obsolete for several years.
"The way to solve the issue is to make a change to a registry setting that may cause issues for anyone using a version of Internet Explorer that is older than IE6 to access our company website. I would find it hard to believe anyone is still using IE5 or older but it could happen."