summaryrefslogtreecommitdiffstats
path: root/www/static/errors/unauthorized.html
blob: 3ae83074d509655a56dd563c2fcc6e497e050d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Authentication Failed | Koji</title>
    <link rel="stylesheet" type="text/css" media="screen" title="Koji Style" href="/koji-static/koji.css"/>
    <link rel="alternate stylesheet" type="text/css" media="screen" title="Debug" href="/koji-static/debug.css"/>
    <link rel="alternate" type="application/rss+xml" title="Koji: recent builds" href="/koji/recentbuilds"/>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  </head>
  <body>

    <div id="wrap">
      <div id="innerwrap">

        <!-- HEADER -->
        <div id="header">
          <img src="/koji-static/images/koji.png" alt="Koji Logo" id="kojiLogo"/>
        </div><!-- end header -->

        <div id="content">
          <h2>SSL Authentication Failed</h2>
          The Koji Web UI was unable to verify your SSL Cert.  Please make sure that you have valid
          SSL Cert, and that you have configured your browser correctly.
        </div>

        <p id="footer">
          Copyright &copy; 2007,2009 Red Hat, Inc.
        </p>

      </div>
    </div>
    
  </body>
</html>