Re: Tomcat SSO valve implementation

2020-12-22 Thread Steve Sanders
Just to add on to the options already listed (which I'm sure work just great!), we used openSAML and wrote our own valve fairly painlessly and have been having really good success with it. Steve Sanders On Mon, Dec 21, 2020 at 1:17 PM George Stanchev < george.stanc...@microfocus.co

Re: [OT] SSLException after Java upgrade

2020-10-26 Thread Steve Sanders
Chris, On Mon, Oct 26, 2020 at 2:34 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > If you still need this, then you really need to upgrade your Java. Java > 8 no longer requires application of a separate, "unlimited" policy file > since u162, released January 2018. > Good to kno

Re: [OT] SSLException after Java upgrade

2020-10-26 Thread Steve Sanders
Hi Chris, We ran into similar issues when upgrading to latest JDK 8 (and 11). We found that the fix was to add the sun.security.ec.SunEC as a security provider in java.security like so: security.provider.9=sun.security.ec.SunEC After adding this we were able to continue using our current certifi