summaryrefslogtreecommitdiffstats
path: root/www/static/errors/unauthorized.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/static/errors/unauthorized.html')
-rw-r--r--www/static/errors/unauthorized.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/static/errors/unauthorized.html b/www/static/errors/unauthorized.html
new file mode 100644
index 0000000..3ae8307
--- /dev/null
+++ b/www/static/errors/unauthorized.html
@@ -0,0 +1,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>