You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In summary, notice that even if you have 2 hosts and 2 secrets on the template you always only consider 1 crt instead of a crt-list.
Also, relate to #1109 where you removed SNI from the mappings, found it interesting SNI maps still being used on TCP, it don't impact what we doing but maybe you want to consider if this needs to be changed?
Thanks in advance, let me know if I can do anything to help and/or provide clarification.
The text was updated successfully, but these errors were encountered:
We want to have 2 tcp frontends for the same backend.
Steps to reproduce the problem
openssl s_client -showcerts -servername HOST -connect HOST:443 </dev/nul
for each hostEnvironment information
HAProxy Ingress version:
v0.14.7
This is our ingress:
This is how the configuration looks like:
In summary, notice that even if you have 2 hosts and 2 secrets on the template you always only consider 1
crt
instead of acrt-list
.Also, relate to #1109 where you removed SNI from the mappings, found it interesting SNI maps still being used on TCP, it don't impact what we doing but maybe you want to consider if this needs to be changed?
Thanks in advance, let me know if I can do anything to help and/or provide clarification.
The text was updated successfully, but these errors were encountered: