A SERVICE OF

logo

3-47
Web and MAC Authentication
Customizing Web Authentication HTML Files (Optional)
Figure 20. HTML Code for SSL Redirect Page Template
<!--
ProCurve Web Authentication Template
sslredirect.html
-->
<html>
<head>
<title>User Login SSL Redirect</title>
<meta http-equiv="refresh" content="5;URL=https://<!- ESI(WAUTHSSLSRVGET,1
->/EWA/index.html">
</head>
<body>
<h1>User Login SSL Redirect</h1>
<p>In order to access this network, you must first log in.</p>
<p>Redirecting in 5 seconds to secure page for you to enter credentials or <
href="https://<!- ESI(WAUTHSSLSRVGET,1) ->/EWA/index.html">click here</a>.</p>
</body>
</html>