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
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 request.getC
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 it
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,
es