Skip to main content
Baptiste
New Member
January 15, 2016
Solved

FQDN redirect to IP adress on logon page

  • January 15, 2016
  • 2 replies
  • 22509 views

Hello,

When external users have to logon, I give them https://firewall.mydomain.com:1003 (I've load a 3rd party certificate).

but they are redirect to https://IP-ADRESS:1003 with a certificate error

 

Is there a way to fix the name used by FG to match my FQDN ?

 

Thanks !

    Best answer by localhost

    I think you are missing following settings:

     

    config firewall auth-portal
    set portal-addr "portal.example.org"
    end

     

    config firewall policy

     edit <policyID>

      set auth-redirect-addr portal.example.org

     end

    2 replies

    Baptiste
    BaptisteAuthor
    New Member
    January 20, 2016

    Hi all,

    Can you just tell me if you have issue : are you redirect to IP adress when accessing to https://firewall.mydomain.com:1003 (logon page)

    Baptiste
    BaptisteAuthor
    New Member
    January 22, 2016

    Hi all

    I open a Ticket, so stay tuned 

    localhost
    localhostAnswer
    Visitor III
    January 24, 2016

    I think you are missing following settings:

     

    config firewall auth-portal
    set portal-addr "portal.example.org"
    end

     

    config firewall policy

     edit <policyID>

      set auth-redirect-addr portal.example.org

     end

    aramide
    Explorer II
    February 13, 2024

    Above steps doesn't work for Fortiweb 7.4.0. Please provide guidance