Re: [ANN] Apache Tomcat 9.0.33 available

2020-03-17 Thread Pierre Chiu
Thank guys for your hard work. With this version, I can use h2, compress and rewrite all together. On Tue, Mar 17, 2020 at 10:05 AM Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 9.0.33. > > Apache Tomcat 9 is an open source software implement

Re: RewriteValve does not work on HTTPS

2020-02-06 Thread Pierre Chiu
I just want to concur I have the same issue. Removing that one line upgradeprotocol and rewrite works again. On Thu, Feb 6, 2020 at 3:28 PM Hua Zhang wrote: > Nope, I also tested it with NIO instead of APR, same issues happen. > RewriteValve does not function as expected. Besides it, there are

Re: Tomcat 8.5.5 with Oracle Apex 8.5.5 and Oracle ORDS 3.0.5.124.10.54 - Error While Connecting to Virtual Host - Message " null’s server IP address could not be found."

2019-08-14 Thread Pierre Chiu
We use netscalar to load balance two tomcat apex VMs. We don’t need any change to tomcat conf for that to work. Just a data point for your reference. On Wed, Aug 14, 2019 at 9:54 AM הרי טייב - harry taieb < har...@bezeqint.co.il> wrote: > Hi, > > > > > > We've got the following configuration :

Re: 2 Factor Authentication Tomcat 7

2018-10-23 Thread Pierre Chiu
You are using JDBC connection to oracle database. Just forget about tomcat. I cannot find out of the box jdbc 2fa feature from oracle. > On Oct 23, 2018, at 11:03 AM, Will Nordmeyer wrote: > > Chris, > > I understand all of that and am working all those concerns to the > PTB... but as with m

Re: HTTP2 compression on Tomcat 8.5.31

2018-07-25 Thread Pierre Chiu
Hi Aayush, Are you saying this combo, Tomcat 9.0.5, Oracle Java 1.8.0_144, gzip works with HTTP2? Is it windows or linux? That is good to know. Regarding tomcat 8.5.31, I don't think config file is the issue. Unfortunately, I don't have the skill to help the developer to debug the problem. se

Re: SSL Certificates and Tomcat 8.5.11

2018-05-17 Thread Pierre Chiu
Hi Laurie, This is what I do. I don't use keystore. I use this within SSLHostConfig section. > On May 17, 2018, at 11:33 AM, Laurie Miller-Cook > wrote: > > Hi there, > > I am very new to Tomcat so please bear with me. > > I currently have a Thawte certificate that is installed within I

Re: How disable the Weak Cipher like TLS_DHE on APACHE 9.0.6

2018-04-25 Thread Pierre Chiu
GP SIGNED MESSAGE- > Hash: SHA256 > > Pierre, > > On 4/25/18 12:16 PM, Pierre Chiu wrote: > > The > A+ is coming from your use of HSTS. If you had not enabled HSTS, > you wouldn't get the A+. > > Note that SSLLabs considers some of your cipher suites as

Re: How disable the Weak Cipher like TLS_DHE on APACHE 9.0.6

2018-04-25 Thread Pierre Chiu
Hi Alexandre, This is what I am doing. A+ on SSLabs. https://orclcs.blogspot.ca/2017/03/tomcat-9-java-8-with-https.html > On Apr 25, 2018, at 11:06 AM, Alexandre Adao wrote: > > I am currently running Apache Tomcat 9.0.6.

Re: Http/2 Gzip for 9.0.4

2018-02-10 Thread Pierre Chiu
018, at 4:46 AM, Mark Thomas wrote: > > On 10/02/18 03:58, Pierre Chiu wrote: >> I am running 8.5.27 on windows. >> >> Following Mark's instructions to the tee and I still cannot get it work :{ >> >> >>> protocol="org.apache.c

Re: Http/2 Gzip for 9.0.4

2018-02-09 Thread Pierre Chiu
clude your instructions in your installation >>> documentation online as others might be having the same issues. >> >> What was different from what you did? Setting this up seems fairly >> straightforward. >> >> - -chris >> >>> On Thu, Feb 8,

Re: Http/2 Gzip for 9.0.4

2018-02-08 Thread Pierre Chiu
Is there anybody out there successfully running tomcat 9.0.4 or 8.5.27 with https, http2 and gzip working? If so, please share your config. Thanks in advance. > On Feb 7, 2018, at 6:35 PM, Newbium Team wrote: > > Hello, > > Tomcat: 9.0.4 > Debian server > Java 8 > > We have have enabled Gzi

Re: Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Pierre Chiu
> On Jan 29, 2018, at 1:27 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Pierre, > > On 1/29/18 1:07 PM, Pierre Chiu wrote: >> Here is the request/response header. You can tell >> Content-Encodin

Re: Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Pierre Chiu
GNED MESSAGE- > Hash: SHA256 > > Pierre, > > On 1/29/18 7:03 AM, Pierre Chiu wrote: >> According to the change log, this is fixed in in bug 60276. >> However, I cannot make it work. >> >> Gzip compression working fine without the UpgradeProtocol tag. &

Tomcat 8.5.27 HTTP/2 connector not supporting GZIP compression

2018-01-29 Thread Pierre Chiu
According to the change log, this is fixed in in bug 60276. However, I cannot make it work. Gzip compression working fine without the UpgradeProtocol tag. Adding UpgradeProtocol for http2 and gzip compression stop working. --