RE: NullPointerExceptions from Coyote over SSL

2016-07-27 Thread George Stanchev
. It definitely can affect your SSL if you're using JSSE+JCE... George -Original Message- From: Peter Robbins [mailto:peter.robb...@jamfsoftware.com] Sent: Monday, July 25, 2016 3:25 PM To: Tomcat Users List Subject: Re: NullPointerExceptions from Coyote over SSL > If you also hav

Re: NullPointerExceptions from Coyote over SSL

2016-07-26 Thread Rémy Maucherat
2016-07-25 23:25 GMT+02:00 Peter Robbins : > > If you also have tomcat-native installed… > No tomcat-native in any environment I saw, but I’ll make sure we check on > that config. > > We’re not knowingly plugging Bouncy Castle into the Tomcat SSL mix at all. > We only use it in application logic a

Re: NullPointerExceptions from Coyote over SSL

2016-07-25 Thread Peter Robbins
> If you also have tomcat-native installed… No tomcat-native in any environment I saw, but I’ll make sure we check on that config. We’re not knowingly plugging Bouncy Castle into the Tomcat SSL mix at all. We only use it in application logic after registering it with Security.addProvider() in a

Re: NullPointerExceptions from Coyote over SSL

2016-07-25 Thread Rémy Maucherat
2016-07-22 22:16 GMT+02:00 Peter Robbins : > Just to update, we were able to work around this by changing our > server.xml connector config from: > > protocol="HTTP/1.1" > to: > protocol="org.apache.coyote.http11.Http11Nio2Protocol" > sslImplementationName="org.apache.tomcat.util.net.jsse.

Re: NullPointerExceptions from Coyote over SSL

2016-07-22 Thread Peter Robbins
Just to update, we were able to work around this by changing our server.xml connector config from: protocol="HTTP/1.1" to: protocol="org.apache.coyote.http11.Http11Nio2Protocol" sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation" Somewhere deep within Http11NioPro

Re: NullPointerExceptions from Coyote over SSL

2016-07-20 Thread Peter Robbins
That’s good to know. In the short term I think we’re going to revert back to the 8.0.x branch and see if we can find put together a more isolated repro war to try to nail this thing down. Thanks for your help! Peter On 7/20/16, 7:40 AM, "Rémy Maucherat" wrote: 2016-07-20 13:59 GMT+02:00 Peter

Re: NullPointerExceptions from Coyote over SSL

2016-07-20 Thread Rémy Maucherat
2016-07-20 13:59 GMT+02:00 Peter Robbins : > Ok I'll see if I can dig BC out of the application and have it actually > start up to try to see if that's the case. > > You're saying there are known compatibility issues with Tomcat NIO https > if you register another j2ee security provider? No, but

Re: NullPointerExceptions from Coyote over SSL

2016-07-20 Thread Peter Robbins
Ok I'll see if I can dig BC out of the application and have it actually start up to try to see if that's the case. You're saying there are known compatibility issues with Tomcat NIO https if you register another j2ee security provider? The errors we're seeing don't seem crypto related apart fro

Re: NullPointerExceptions from Coyote over SSL

2016-07-19 Thread Rémy Maucherat
2016-07-20 2:54 GMT+02:00 Peter Robbins : > Without JCE or BC? Both are pretty critical for core functionality and > didn't cause any issues until 8.5.3 entered the mix. Any known issues there > I should be aware of? > You still need to test something. You don't describe anything out of the ordin

Re: NullPointerExceptions from Coyote over SSL

2016-07-19 Thread Peter Robbins
Without JCE or BC? Both are pretty critical for core functionality and didn't cause any issues until 8.5.3 entered the mix. Any known issues there I should be aware of? Peter On Jul 19, 2016 6:24 PM, R?my Maucherat wrote: 2016-07-19 23:51 GMT+02:00 Peter Robbins : > Hi there, > > JCE, Bouncy

Re: NullPointerExceptions from Coyote over SSL

2016-07-19 Thread Rémy Maucherat
2016-07-19 23:51 GMT+02:00 Peter Robbins : > Hi there, > > JCE, Bouncy Castle 1.48 > > Maybe try without that first. Rémy