For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

VGF5's avatar
VGF5
Icon for Cumulonimbus rankCumulonimbus
Sep 13, 2017

400 Error

Hi,

 

My servers on port 9061 and Vip configured o port 443. When I am trying access the VIP giving 400 error.

 

Any suggestions please ?

 

5 Replies

  • VGF5's avatar
    VGF5
    Icon for Cumulonimbus rankCumulonimbus

    ltm virtual f5_rrm.443 { destination x.x.x.x:https ip-protocol tcp mask 255.255.255.255 persist { source_addr { default yes } } pool rrm_pool profiles { _certs { context clientside } http { } tcp-lan-optimized { context serverside } tcp-wan-optimized { context clientside } } source 0.0.0.0/0 source-address-translation { type automap } translate-address enabled translate-port enabled vs-index 127 } tmsh list ltm pool qrm_pool ltm pool rrm_pool { members { rrmweb:9061 { address y.y.y.y session monitor-enabled state up } rrmwebd02:9061 { address z.z.z.z session monitor-enabled state up } } monitor min 1 of { tcp https } }

     

  • P_K's avatar
    P_K
    Icon for Altostratus rankAltostratus

    what do you get if you directly go to your back-end server url?

     

  • VGF5's avatar
    VGF5
    Icon for Cumulonimbus rankCumulonimbus

    If I do curl it is redirecting to login page.

     

  • Hi,

     

    I guess you may rewrite Host header to the internal hostname and port, or create a configuration on the internal server defining the external URL!