This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Captive portal redirect to a FQDN instead of the XG interface IP (for matching HTTPS commercial certificate)

I am unable to find a way to set the correct FQDN for redirecting any unknown user to the captive portal. XG will redirect by default to the specific subnet interface IP. I only found the URL to redirect the user AFTER the login to the portal.

Redirecting to the crude IP will always mismatch the HTTPS certificate

I hope I am just missing some option...

 

Thanks



This thread was automatically locked due to age.
Parents
  • Guys, I found a workaround for this. It's working for me.

    My box XG450 (SFOS 17.0.5 MR-5) 

    Navigate to

    1. Authentication > Services > Web Policy Actions for Unauthenticated Users (Captive Portal)
    2. Change "Login prompt method" to "Display a custom message"
    3. In the textbox enter below text
      <SCRIPT LANGUAGE="JavaScript">
      window.location = "https://gateway.mydomain.com:8090/";
      </SCRIPT>
    4. Click Apply

     

    That's it enjoy. Ensure you have a valid HTTPS certificate uploaded to the UTM. Above method is working for me.

  • For those just tuning in.. it seems they might have *fixed* this workaround, as for us it instantly rejects the connection from the remote device whenever we tried. 

Reply Children
No Data