Figure 4-27. HTML Code for SSL Redirect Page Template
<!--
HP Switch Web Authentication Template
sslredirect.html
-->
<html>
<head>
<title>User Login SSL Redirect</title>
<meta http-equiv="refresh" content="5;URL=https://<%GETWAUTHSSLSRV%>/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://<%GETWAUTHSSLSRV%>/EWA/index.html">click here</a>.</p>
</body>
</html>