Re: tomcat-10.0.x Problem https multiple IP

2022-01-24 Thread Christopher Schultz
Jaebo, On 1/21/22 06:42, Jaebo Nah wrote: Thank you for your help, I found the problem. Only one certificate may be contained in the KeyStore file. I had several certificates in the KeyStore file, and the Tomcat server 10.x always got the first certificate in the KeyStore file. With Tomcat 9.x

RE: tomcat-10.0.x Problem https multiple IP

2022-01-21 Thread Jaebo Nah
Dear all, Thank you for your help, I found the problem. Only one certificate may be contained in the KeyStore file. I had several certificates in the KeyStore file, and the Tomcat server 10.x always got the first certificate in the KeyStore file. With Tomcat 9.x you could specify the key alias. T

RE: tomcat-10.0.x Problem https multiple IP

2022-01-21 Thread Jaebo Nah
homas Sent: Friday, January 21, 2022 10:49 AM To: users@tomcat.apache.org Subject: Re: tomcat-10.0.x Problem https multiple IP On 21/01/2022 09:29, Jaebo Nah wrote: > Dear all, > > I want to use a Tomcat apache-tomcat-10.0.14 with https . > > The Linux Server have multiple ip Address w

RE: tomcat-10.0.x Problem https multiple IP

2022-01-21 Thread Jaebo Nah
Sorry, a little mistake in my description . It should be . SSLEnabled="true" defaultSSLHostConfigName="10.100.142.31" > But also (see below) is not working. SSLEnabled="true" defaultSSLHostConfigName="two.domain.loc" > Jaebo Nah Deut

Re: tomcat-10.0.x Problem https multiple IP

2022-01-21 Thread Mark Thomas
On 21/01/2022 09:29, Jaebo Nah wrote: Dear all, I want to use a Tomcat apache-tomcat-10.0.14 with https . The Linux Server have multiple ip Address with different Domain Names 10.100.142.30  =   one.domain.loc 10.100.142.31  =   two.domain.loc 10.100.142.32  =   three.domain.loc When I try

Re: tomcat-10.0.x Problem https multiple IP

2022-01-21 Thread Olaf Kock
Dear Jaebo, On 21.01.22 10:29, Jaebo Nah wrote: >  10.100.142.31  =   two.domain.loc > > >   address=" two.domain.loc" > >   SSLEnabled="true" defaultSSLHostConfigName="10.100.142.32" > > >      protocols="TLSv1.2,+TLSv1.1,+TLSv1"> > > Above, I only left the lines from your mail that