Trustwave and Cybereason Merge to Form Global MDR Powerhouse for Unparalleled Cybersecurity Value. Learn More

Trustwave and Cybereason Merge to Form Global MDR Powerhouse for Unparalleled Cybersecurity Value. Learn More

Services
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

Database Security

Prevent unauthorized access and exceed compliance requirements.

Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Microsoft Security
Unlock the full power of Microsoft Security
Offensive Security
Solutions to maximize your security ROI
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
Loading...
Loading...

FAQ: Is there a specific URL for a load balancer health check?

Expand / Collapse


  • Question
    A load balancer has to do a periodic check to see if the balanced devices in the pool are still available. This can be done using various methods.

    The two most used are a real web request (http GET) through the proxy or a TCP handshake on the proxy port.
    The TCP handshake is simpler but also limited. A port can still be listening while the daemon that handles the traffic is not functioning anymore.

    So the real web request is more sophisticated and can tell you if the proxy process is still running correctly.

  • Answer
    When you would like to do a real check using a URL, you could in fact use any valid URL and expect a HTTP 200 (OK) response.
    However, with multiple scanners and multiple checks per second this could have a severe impact on the serving web server.

    Therefore it is better to use a non-existing URL that is in a blacklist and blocked by the security policy.
    This would return a 403 (Forbidden) response and also provides enough info to conclude that the proxy and scanning process is running correctly.

    Vital Security already has a pre-defined URL in a (hidden) blacklist for these purposes.
    The URL is; http://host/Vital.Security.Health.Check/

  • Software Version
    8.4.x
    8.5.0

  • This article applies to:
    NG 1000
    NG 5000
    NG 6000
    NG 8000
    This article was previously published as:
    Finjan KB 1610

    To contact Trustwave about this article or to request support:


    Rate this Article:
         

    Add Your Comments


    Comment submission is disabled for anonymous users.
    Please send feedback to Trustwave Technical Support or the Webmaster
    .