Hi Team, After upgrading to Apache Tomcat 10.1.43, we are facing an issue with our production setup.
Our Tomcat instances run behind an F5 Load Balancer, which is responsible for SSL termination. The issue is: Problem: When accessing our internal URLs without the .esri.com domain, such as: https://psqadashboard/PSProductsRegressionDashboard/ https://psqadashboardha/PSProductsRegressionDashboard/ — we get this error in all major browsers: "Your connection is not private" (ERR_CERT_COMMON_NAME_INVALID) However, the same Tomcat apps work perfectly with full domain URLs: https://psqadashboard.esri.com/PSProductsRegressionDashboard/ This exact configuration worked fine on previous Tomcat versions (Tomcat 10.1.36 ). Confirmed: * SSL cert is valid and correctly served by F5. * No changes in F5 or cert config. * Issue appears only after Tomcat 10.1.43 upgrade. * All development servers (same setup) still work even with internal shortnames. Questions: 1. Did Tomcat 10.1.43 introduce stricter hostname verification? 2. Is this a known issue or regression? 3. Any recommended workaround to allow short internal hostnames again? Any feedback or guidance is appreciated. Thanks! — Pooja Sharma Esri QA Automation Team