Re: Custom error page for invalid mutual authentication (TLS)

2025-02-11 Thread Christopher Schultz
Sebastian, On 2/7/25 4:37 PM, Sebastian Trost wrote: if updating your application is out of the question, I'm guessing that there is no way to achieve this. If updating your application is an option, you can set the clientAuth attribute of your connector to 'want' instead of 'true' and then t

Re: Custom error page for invalid mutual authentication (TLS)

2025-02-07 Thread Sebastian Trost
Peter, if updating your application is out of the question, I'm guessing that there is no way to achieve this. If updating your application is an option, you can set the clientAuth attribute of your connector to 'want' instead of 'true' and then try to detect within your app, if the client p

Custom error page for invalid mutual authentication (TLS)

2025-02-06 Thread Peter Rader
Hi, I have a website that use mutual authentication for over 100 persons very successfull since years. Sometimes a client-certificate in the truststore of the server must be deactivated, maybe the person died or his/her device got pinched. As soon as the user access the website using a browser