Re: Accessing server cert from valve

2020-04-15 Thread Osipov, Michael
Added as https://bz.apache.org/bugzilla/show_bug.cgi?id=64353 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Accessing server cert from valve

2020-04-15 Thread Osipov, Michael
Mark, Am 2020-04-15 um 13:44 schrieb Mark Thomas: > On 15/04/2020 12:06, Osipov, Michael wrote: >> Folks, >> >> is there any way to access the server certififace from a valve which has >> been used to establish the TLS context? I haven't found an easy way. I >> don't want to traverse

Re: Accessing server cert from valve

2020-04-15 Thread Mark Thomas
On 15/04/2020 12:06, Osipov, Michael wrote: > Folks, > > is there any way to access the server certififace from a valve which has > been used to establish the TLS context? I haven't found an easy way. I > don't want to traverse request.getConnector().findSslHostConfigs() > because it would make

Accessing server cert from valve

2020-04-15 Thread Osipov, Michael
Folks, is there any way to access the server certififace from a valve which has been used to establish the TLS context? I haven't found an easy way. I don't want to traverse request.getConnector().findSslHostConfigs() because it would make it more complex than necessary or even unreliable,