Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.8 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html dir=ltr>
  3. <head>
  4. <style>
  5. a:link {font:8pt/11pt verdana; color:FF0000}
  6. a:visited {font:8pt/11pt verdana; color:#4e4e4e}
  7. </style>
  8. <META NAME="ROBOTS" CONTENT="NOINDEX">
  9. <title>The page must be viewed over a secure channel</title>
  10. <META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
  11. </head>
  12. <script>
  13. function Homepage(){
  14. <!--
  15. // in real bits, urls get returned to our script like this:
  16. // res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
  17. //For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
  18. DocURL=document.URL;
  19. //this is where the http or https will be, as found by searching for :// but skipping the res://
  20. protocolIndex=DocURL.indexOf("://",4);
  21. //this finds the ending slash for the domain server
  22. serverIndex=DocURL.indexOf("/",protocolIndex + 3);
  23. //for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
  24. //of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
  25. //urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
  26. BeginURL=DocURL.indexOf("#",1) + 1;
  27. urlresult=DocURL.substring(BeginURL,serverIndex);
  28. //for display, we need to skip after http://, and go to the next slash
  29. displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
  30. document.write('<A HREF="' + urlresult + '">' + displayresult + "</a>");
  31. }
  32. //-->
  33. </script>
  34. <body bgcolor="FFFFFF">
  35. <table width="410" cellpadding="3" cellspacing="5">
  36. <tr>
  37. <td align="left" valign="middle">
  38. <h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->The page must be viewed over a secure channel</h1>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td width="400" colspan="2">
  43. <font style="COLOR:000000; FONT: 8pt/11pt verdana">The page you are trying to view requires the use of "https" in the address.</font></td>
  44. </tr>
  45. <tr>
  46. <td width="400" colspan="2">
  47. <font style="COLOR:000000; FONT: 8pt/11pt verdana">
  48. <hr color="#C0C0C0" noshade>
  49. <p>Please try the following:</p>
  50. <ul>
  51. <li>Try again by typing <strong>https://</strong> at the beginning of the address you are attempting to reach.</li>
  52. </ul>
  53. <h2 style="font:8pt/11pt verdana; color:000000">HTTP 403.4 - Forbidden: SSL required<br>
  54. Internet Information Services</h2>
  55. <hr color="#C0C0C0" noshade>
  56. <p>Technical Information (for support personnel)</p>
  57. <ul>
  58. <p>
  59. <li>Background:<br>
  60. This error indicates that the page you are trying to access is secured with Secure Sockets Layer (SSL).</p>
  61. <p>
  62. <li>More information:<br>
  63. <a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid=&ID=403.4&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=" target="_blank">Microsoft Support</a>
  64. </li></p>
  65. </ul>
  66. </font></td>
  67. </tr>
  68. </table>
  69. </body>
  70. </html>