FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
lgupta
Staff
Staff
Article Id 270579
Description

 

This article describes how to modify the SSL-VPN replacement page to redirect to other website.

 

Scope

 

FortiGate.

 

Solution

 

Note:

  • Here the SSL-VPN Login Page is redirected to www.google.com
  • Do this only to completely block the SSL VPN login for web-based and redirect to google.com.

 

Steps:

  1. Select System on the left pane and then open Replacement Messages.
  2. Choose the Replacement Pages to modify. Here, SSL VPN Login Page will be used
  3. Open that and modify the HTML code to: (simply copy and paste)

 

<!DOCTYPE html>

<html>

  <head>

    <meta charset="UTF-8">

    <title>

      Redirecting to google.com

    </title>

    <meta http-equiv="refresh" content="0; url=https://www.google.com/">

  </head>

  <body>

  </body>

</html>

 

  1. Save this and now the SSL VPN web login Page will redirect to www.google.com.
 
 

Related documents:

Replacement messages

Technical Tip: How to create a blank page for SSL VPN Portal with replacement messages

SSL VPN web mode

Contributors