Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 28, 2024
1 parent 279aa22 commit 5ba2a0b
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 @@ -60,6 +60,7 @@ def run(self, env):
"-key", "unittests.key",
"-cert", "unittests.crt",
"-CAfile", "ca_root.crt",
"-debug", "-state",
"-tls1_3",
], cwd=dir, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
p2.poll()
Expand Down

0 comments on commit 5ba2a0b

Please sign in to comment.