If your site using https and you need to access http tomcat, you need to make reverseproxy.
Edit file conf/server.xml and add yellow paragraph:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
proxyName="server.company.com" scheme="https" secure="true" proxyPort="443" />
Restart tomcat.
Try again.
References:
https://serverfault.com/questions/742922/configure-tomcat-behind-reverseproxy
Subscribe to:
Post Comments (Atom)
πAWS → Google Cloud Workload Identity Federation with Terraform
Eliminating Service Account Keys for Cross-Cloud Workloads Managing identities across cloud providers is often more challenging than manag...
-
SAML V2.0 SAML version 2.0 was approved as an OASIS Standard in March 2005. Approved Errata for SAML V2.0 was last produced by the SSTC on 1...
-
Import Changes, API Adjustments & Compatibility Results Migration summary from Spring Boot 3.5 → 4.0, including breaking changes, depend...
-
Modern applications rely on multiple external systems — relational databases, messaging services, cloud APIs, and more. Unit tests alone ca...
No comments:
Post a Comment