RE: warning in tomcat logs

2017-05-02 Thread George Stanchev
>> This has been fixed in 8.5.x for 8.5.15 onwards and 9.0.x for 9.0.0.M21 >> onwards. Thanks Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: warning in tomcat logs

2017-05-02 Thread George Stanchev
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Sunday, April 30, 2017 5:02 AM To: Tomcat Users List Subject: Re: warning in tomcat logs On 29/04/17 15:13, George Stanchev wrote: > TC 8.5.14 and noticed in the logs the following warning: >

Re: /.well-known Hidden directory url returns 404

2017-05-02 Thread Phil Steitz
On 5/1/17 12:11 PM, Ian Brown wrote: > I am trying to https/SSL enable my tomcat application server and have a > problem when I request verification from the CA. > Let's Encrypt requires the certificate request to be placed in > mydomain.tld/.well-known/acme-challenge/ which they query to check

Re: /.well-known Hidden directory url returns 404

2017-05-02 Thread Ian Brown
Solved/Worked-around !! (Although there might be a better way) Many Thanks to Mark and Christopher! As Mark indicated the solution is very simple, but what worked on my system is slightly, but critically different than what works on Mark's. Mark's solution/system: cd webapps/ROOT mkdir

Re: warning in tomcat logs

2017-05-02 Thread Mark Thomas
On 30/04/17 12:02, Mark Thomas wrote: > On 29/04/17 15:13, George Stanchev wrote: >> TC 8.5.14 and noticed in the logs the following warning: >> >> "The truststoreProvider [AnyCert] does not support the >> certificateVerificationDepth configuration option" >> >> In our case, we're using Shib's

Re: http to https redirect 301

2017-05-02 Thread Mark Thomas
On 02/05/2017 07:51, Yuval Schwartz wrote: > Thanks, remarks below. > > On Tue, May 2, 2017 at 12:12 AM, Mark Thomas wrote: > >> On 01/05/17 14:23, Yuval Schwartz wrote: >>> Tomcat version: 8.0.22 >>> jdk: 1.8.0_05 >>> >>> I have a webapp that uses a tomcat server behind a

Re: http to https redirect 301

2017-05-02 Thread Yuval Schwartz
Thanks, remarks below. On Tue, May 2, 2017 at 12:12 AM, Mark Thomas wrote: > On 01/05/17 14:23, Yuval Schwartz wrote: > > Tomcat version: 8.0.22 > > jdk: 1.8.0_05 > > > > I have a webapp that uses a tomcat server behind a load balancer. > > > > I recently added a the option to

Re: tomcat ant test failure due to java exception.

2017-05-02 Thread Mark Thomas
On 02/05/2017 04:24, Arjit Gupta wrote: > Hi Mark, > > Below is the full stack trace of errors. > > java.lang.AssertionError: Option not found > at sun.nio.ch.Net.setSocketOption(Net.java:352) > at > sun.nio.ch.SocketChannelImpl.setOption(SocketChannelImpl.java:179) > at