Re: Aw: Re: TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 1/13/20 10:48 AM, Peter Rader wrote: >> Peter, >> >> Can you find what you are looking for here? >> >> >> >> ? > > No! There is no such node or any similar content. And there simply > can not be such a node because all the

Re: Aw: Re: TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Mark Thomas
On 13/01/2020 14:20, Peter Rader wrote: >>> I recently moved from T8 to T9 to use PKI. >> >> Exact versions? > > T8 = 8.5.50.0 on amazon-corretto-8.232.09.1-linux-x64 > T9 = 9.0.30.0 on amazon-corretto-8.232.09.1-linux-x64 > >> >>> My keystore contains multiple CAs. >>>   >>> I had to modify the

Re: TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Peter Kreuser
Peter, > Am 13.01.2020 um 16:49 schrieb Peter Rader : > >  >> Peter, >> Can you find what you are looking for here? >> >> > >> ? > > No! There is no such node or any similar content. And there simply can not be > such a node because all the connector-xml-nodes are self-closing as you might

Re: Aw: Re: TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Peter Rader
> Peter, > > Can you find what you are looking for here? > > > > > ? No! There is no such node or any similar content. And there simply can not be such a node because all the connector-xml-nodes are self-closing as you might have already noticed. AFAIK I should not create this SSLHostConfig

Re: Aw: Re: TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 1/13/20 9:20 AM, Peter Rader wrote: >>> I recently moved from T8 to T9 to use PKI. >> >> Exact versions? > > T8 = 8.5.50.0 on amazon-corretto-8.232.09.1-linux-x64 T9 = 9.0.30.0 > on amazon-corretto-8.232.09.1-linux-x64 > >> >>> My

Aw: Re: TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Peter Rader
> > I recently moved from T8 to T9 to use PKI. > > Exact versions? T8 = 8.5.50.0 on amazon-corretto-8.232.09.1-linux-x64 T9 = 9.0.30.0 on amazon-corretto-8.232.09.1-linux-x64 > > > My keystore contains multiple CAs. > >   > > I had to modify the ssl-connector from  > >  

Re: TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Mark Thomas
On 13/01/2020 12:25, Peter Rader wrote: > I recently moved from T8 to T9 to use PKI. Exact versions? > My keystore contains multiple CAs. >   > I had to modify the ssl-connector from  >   org.apache.coyote.http11.Http11Protocol > to  >   org.apache.coyote.http11.Http11NioProtocol Full Connector

TC8 -> TC9 KeyAlias SSL not supported?

2020-01-13 Thread Peter Rader
I recently moved from T8 to T9 to use PKI.   My keystore contains multiple CAs.   I had to modify the ssl-connector from    org.apache.coyote.http11.Http11Protocol to    org.apache.coyote.http11.Http11NioProtocol   Unfortunately the attribute "keyAlias" seems to not be supported in the NIO