[UPSTREAM] - server_name is ignored for x509 certs

56f2e9adcc
This commit is contained in:
quindecim 2021-06-07 16:00:36 +02:00
parent 5bf44b5a62
commit d4504fba97
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys
#
# creds = [
# { server_name='myserver', client_cert='client.crt', client_key='client.key' }
# { server_name='*', client_cert='client.crt', client_key='client.key' }
# ]