Re: Adding a CRL to certificate client authentication causes connector to stop responding to all requests having a client certificate.

2025-05-22 Thread Christopher Schultz
Alex, On 5/21/25 9:01 PM, My Subs wrote: Chris, Is the client sending just their own cert, or also the chain? It would be unusual for the client to send a chain, but instead just sends their own leaf certificate. I'm assuming that both the root and the intermediate / subordinate cert

Re: Apache Tomcat 9 SAML Setup With Active Directory

2025-05-22 Thread Christopher Schultz
William, On 4/9/25 11:09 AM, William Crowell wrote: Is there any current up-to-date documentation on how to setup Apache Tomcat 9 with SAML and Active Directory that is not AI generated? I know you can do Keycloak IdP with Tomcat, but I was trying to avoid setting up an identity provider. I am

Re: Tcnative-2 PQC support

2025-05-22 Thread Mark Thomas
On 22/05/2025 07:53, Mark Thomas wrote: On 21/05/2025 23:04, federico bustamante wrote: Yes, I don't have high hopes on make in it work on Ubuntu, but I thought of giving it a try using mingw-64. I'll report back. I've been building the Tomcat Native binaries for Windows for a while. I'll tr

RE: WebSocket session is never closed

2025-05-22 Thread Harri Pesonen
Thanks, will change it to this: Session.close(new CloseReason(CLOSED_ABNORMALLY, "IOE on write")) The problem happened when we updated Tomcat, meaning that all existing WebSocket connections were closed. Then after Tomcat restart, the client apparently reconnected, but this reconnect was discon

Re: Tcnative-2 PQC support

2025-05-22 Thread federico bustamante
I couldn't make it work with mingw64. The switch to 3.5 LTS would be wonderful, I hope you can get the build working, Mark. Please keep us updated. Thanks, Fede. On Thu, May 22, 2025, 07:07 Mark Thomas wrote: > On 22/05/2025 07:53, Mark Thomas wrote: > > On 21/05/2025 23:04, federico bustamante