Skip to content

Commit

Permalink
Set servername
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 28, 2024
1 parent 5ba2a0b commit 9b84984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .builder/actions/tls_server_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def run(self, env):
"-cert", "unittests.crt",
"-CAfile", "ca_root.crt",
"-debug", "-state",
"-servername", "localhost",
"-tls1_3",
], cwd=dir, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
p2.poll()
Expand Down

0 comments on commit 9b84984

Please sign in to comment.