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)
Building a Minimal Retrieval-Augmented Generation (RAG) System with LangChain, OpenAI, and Pinecone
Large Language Models (LLMs) are powerful, but they come with an important limitation: they only know what was included during training . Th...
-
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...
-
Spring Boot 3 Spring boot 3 Features : Spring Boot 3.0 will require Java 17 or later Jakarta EE 9 a new top-level jakarta package, replacin...
-
Introduction In this blog post, I'll demonstrate how to provision Google Cloud Pub/Sub resources using Terraform and integrate them with...
No comments:
Post a Comment