Re: Fwd: Reverse proxy and SSL redirect

2020-07-01 Thread rugman66 .
On Wed, Jul 1, 2020 at 3:26 AM Mark Thomas wrote: > > On 01/07/2020 00:41, rugman66 . wrote: > > On Wed, Apr 22, 2020 at 9:21 AM Mark Thomas wrote: > >> > >> On 22/04/2020 00:11, rugman66 . wrote: > >> > >> > >> > >&g

Re: Fwd: Reverse proxy and SSL redirect

2020-06-30 Thread rugman66 .
On Wed, Apr 22, 2020 at 9:21 AM Mark Thomas wrote: > > On 22/04/2020 00:11, rugman66 . wrote: > > > > >Tomcat log (I'm trying to get more debug level logging) > > 2020-04-21 13:39:33 INFO app.CompletionRestController >

Re: Fwd: Reverse proxy and SSL redirect

2020-04-21 Thread rugman66 .
On Sat, Apr 18, 2020 at 1:46 AM Mark Thomas wrote: > > On 17/04/2020 18:15, rugman66 . wrote: > > Made correction to ProxyPass and ProxyPassReverse. > > Good. Changing the context path in the reverse proxy opens up the > possibility for all sorts of breakage and is generally

Fwd: Reverse proxy and SSL redirect

2020-04-17 Thread rugman66 .
Made correction to ProxyPass and ProxyPassReverse. -John -- Forwarded message - From: rugman66 . Date: Fri, Apr 17, 2020 at 10:02 AM Subject: Reverse proxy and SSL redirect To: Tomcat Users List Hello, I have Apache 2.4.6 running as reverse proxy for Tomcat 7.0.96, both

Reverse proxy and SSL redirect

2020-04-17 Thread rugman66 .
Hello, I have Apache 2.4.6 running as reverse proxy for Tomcat 7.0.96, both running SSL, and a functioning redirect from HTTP to HTTPS for both Apache and Tomcat. ( Need to use both these releases due to IT availability and app requirements ) Prior to enabling SSL on both a Json GET command made

Re: Tomcat won't use TLSv1.2

2020-03-05 Thread rugman66 .
gt; > Best > Markus > > Am 05.03.20 um 19:30 schrieb rugman66 .: > > Hello, > > > > > > > > I have both Apache and Tomcat running on the same RHEL. I have successfully > > configured Apache to use OpenSSL TLSv1.2, but I cannot get Tomcat to use &

Re: Tomcat won't use TLSv1.2

2020-03-05 Thread rugman66 .
". > > Had this issue too. The connector parameters for SSL are a huge mess and > have been changed constantly. > > Best > Markus > > Am 05.03.20 um 19:30 schrieb rugman66 .: > > Hello, > > > > > > > > I have both Apache and Tomcat runn

Tomcat won't use TLSv1.2

2020-03-05 Thread rugman66 .
Hello, I have both Apache and Tomcat running on the same RHEL. I have successfully configured Apache to use OpenSSL TLSv1.2, but I cannot get Tomcat to use TLSv1.2. Tomcat for some reason will only use TLV 1.0, and that is no good. No matter what parameter I set in the server.xml sslProtocol di