Re: Requirements to support HTTPS

2023-03-25 Thread Blake McBride
Perfect. Thanks, Mark! On Sat, Mar 25, 2023 at 2:37 PM Mark Thomas wrote: > > > On 25/03/2023 14:16, Blake McBride wrote: > > Greetings, > > > > I wanted to confirm my suspicions regarding packages needed in tomcat to > > support HTTPS. > > > > The config I am using is: > > > > > > >

Re: Requirements to support HTTPS

2023-03-25 Thread Mark Thomas
On 25/03/2023 14:16, Blake McBride wrote: Greetings, I wanted to confirm my suspicions regarding packages needed in tomcat to support HTTPS. The config I am using is: No. For that configuration you can use Tomcat Native 1.2.x or 2.0.x. Tomcat Native depends on OpenSSL and APR. Whether yo

Re: Requirements to support HTTPS

2023-03-25 Thread Blake McBride
Hi Chris, Thanks for the response! However, I think what I am experiencing and what you are saying are at odds. I have native installed, but it is the wrong version and doesn't work with my tomcat. So, essentially, it's not installed. (Unless the new protocol I am using just doesn't use the pr

Re: Requirements to support HTTPS

2023-03-25 Thread Kevin Huntly
idk I went overboard and made my own CA and signed some certs lol On Sat, Mar 25, 2023, 13:54 Christopher Schultz < ch...@christopherschultz.net> wrote: > Blake, > > On 3/25/23 10:16, Blake McBride wrote: > > I wanted to confirm my suspicions regarding packages needed in tomcat to > > support HTT

Re: Requirements to support HTTPS

2023-03-25 Thread Christopher Schultz
Blake, On 3/25/23 10:16, Blake McBride wrote: I wanted to confirm my suspicions regarding packages needed in tomcat to support HTTPS. You don't need anything except the core Tomcat and a reasonably recent JVM to support HTTPS. You may have some other requirements you'd like to place on top o

Re: Can't get RemoteIpValve to work

2023-03-25 Thread Christopher Schultz
Leon, On 3/24/23 10:09, Leon Rosenberg wrote: Full log output (dumping out headers, without the valve): 6049752 2023-03-24 14:07:59,749 [http-apr-8080-exec-13] INFO n.a.c.extapi.ping.PingResource:38 - key: host; value: api.myhost.net 6049752 2023-03-24 14:07:59,749 [http-apr-8080-exec-13] INFO

Requirements to support HTTPS

2023-03-25 Thread Blake McBride
Greetings, I wanted to confirm my suspicions regarding packages needed in tomcat to support HTTPS. The config I am using is:

Re: UnsatisfiedLinkError

2023-03-25 Thread Blake McBride
Thanks, Mark! I switched to Nio2, and all is well. Blake On Sat, Mar 25, 2023 at 3:42 AM Mark Thomas wrote: > You are using Tomcat Native 2.0.3. That does not support the HTTP > APR/native connector (nor the AJP/native connector). You need to use > Tomcat Native 1.2.x or switch to the HTTP NI

Re: UnsatisfiedLinkError

2023-03-25 Thread Mark Thomas
You are using Tomcat Native 2.0.3. That does not support the HTTP APR/native connector (nor the AJP/native connector). You need to use Tomcat Native 1.2.x or switch to the HTTP NIO or HTTP NIO2 connector. Mark On 25/03/2023 01:13, Blake McBride wrote: Greetings, I am getting an unsatisfied