Symantec Access Management

Tech Tip : CA Single Sign-On : SPS Exception : Virtual host is not properly configured

  • 1.  Tech Tip : CA Single Sign-On : SPS Exception : Virtual host is not properly configured

    Broadcom Employee
    Posted Aug 31, 2017 08:09 AM

    Issue:

     

    I get a 500 error while I try to access my application .jsp page through CA Access Gateway (SPS). The URL is http://myhost.mydomain.com/myapplication/mypage.jsp

    Secure Proxy Server - Error Report
    request URI : /myapplication/mypage.jsp
    Error Type : SPS Exception
    Error Code : VirtualHostNotFound
    Message : Virtual host is not properly configured.

     

    How can I fix this ?

     

    Environment:

     

    Policy Server 12.52SP1CR01 on RHEL 6.5 SPS 12.52SP1CR01 on RHEL 6.5

     

    Resolution:


    - In server.conf, add the myhost.mydomain.com to the VirtualHost name="default", as follows:

     

    # Default Virtual Host

    <VirtualHost name="default">

    hostnames="anotherhost.mydomain.com, myotherhost.mydomain.com, myhost.mydomain.com"
    defaultsessionscheme="default"

    # specify the block size for request and response in KBs

    requestblocksize="4"
    responseblocksize="8"

    </VirtualHost>

     

    This way you get the request catch by the CA Access Gateway (SPS).

     

    KB : TEC1466447