Re: 9.0.13 encrypted cluster traffic

2018-11-20 Thread Tim K
On Tue, Nov 20, 2018, 12:19 PM Christopher Schultz < ch...@christopherschultz.net wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Tim, > > On 11/20/18 11:42, Tim K wrote: > >> > >> Ignore the secure port. The code behind that setting was never > >> implemented. We really should remo

Re: 9.0.13 encrypted cluster traffic

2018-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 11/20/18 11:42, Tim K wrote: >> >> Ignore the secure port. The code behind that setting was never >> implemented. We really should remove it. >> >> You want: >> >> http://tomcat.apache.org/tomcat-9.0-doc/config/cluster-interceptor.ht ml#

Re: Shared library jni under tomcat

2018-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 11/20/18 01:03, Joel Hirsh wrote: > I am running Tomcat 8.0.32 on LInux, and trying to use a jni > library under tomcat, and am hitting a wall. > > First I found that only one instance of the native library can be > loaded so the library n

Re: 9.0.13 encrypted cluster traffic

2018-11-20 Thread Tim K
> > Ignore the secure port. The code behind that setting was never > implemented. We really should remove it. > > You want: > > http://tomcat.apache.org/tomcat-9.0-doc/config/cluster-interceptor.html#org.apache.catalina.tribes.group.interceptors.EncryptInterceptor_Attributes > > Mark > > --

Re: 9.0.13 encrypted cluster traffic

2018-11-20 Thread Mark Thomas
On 20/11/2018 14:52, Tim K wrote: > I see encrypted cluster traffic has been added to 9.0.13, but upon using a > securePort on the NioReceiver and StaticMember, I'm still able to see clear > text information being passed around with Wireshark... Is there some other > config to set to take advantag

9.0.13 encrypted cluster traffic

2018-11-20 Thread Tim K
I see encrypted cluster traffic has been added to 9.0.13, but upon using a securePort on the NioReceiver and StaticMember, I'm still able to see clear text information being passed around with Wireshark... Is there some other config to set to take advantage of this new feature? Thank you.