Symantec Access Management

 View Only
  • 1.  Accessing adminui URL on secure port

    Posted Feb 26, 2018 01:47 PM

    Hi,

     

    I have made configuration changes as per below documentation to access adminui on hpps port. I am not able to login to adminui using https and with secure port. Https url gets redirected/readjusted to http URL and port 8080.

    https://servername.domainname.com:8443/iam/siteminder/adminui

    Change the Connection to the Administrative UI from HTTP to HTTPS (Optional)

    After you register the Administrative UI with the Policy Server, change the connection to the Administrative UI from an HTTP to an HTTPS connection. To change the connection, modify the web.xml file of the embedded JBoss application server to enable secure cookies.

    Follow these steps:

    1. Shut down the application server.
    2. Navigate to the following location: user_console.war\WEB-INF

    /asml110/sml/web/netegrity/siteminder/adminui/standalone/deployments/iam_siteminder.ear

    1. Open the xmlfile.
    2. Add the <secure> attribute to the cookie-config section and set it to true. For example:

    <session-config>

      <cookie-config>    <http-only>true</http-only> <secure>true</secure>  </cookie-config> </session-config>

    1. Save and close the file.
    2. Restart the application server.  The web.xml file is updated and secure cookies are enabled.

    Enabling secure cookies establishes the HTTPS connection to the UI.



  • 2.  Re: Accessing adminui URL on secure port
    Best Answer



  • 3.  Re: Accessing adminui URL on secure port

    Posted Mar 01, 2018 03:56 PM

    thank you so much Ujwol.