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
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
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
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
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
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