Skip to content

Commit

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

0 comments on commit 279aa22

Please sign in to comment.