Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 28, 2024
1 parent 8dddbb8 commit 810a79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builder/actions/tls_server_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(self, env):
sys.stdout.buffer.write(c)


p1 = subprocess.Popen(["openssl.exe", "ciphers", "-s", "-tls1_3",
p1 = subprocess.Popen(["netsh", "advfirewall", "show", "all"
], cwd=dir, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
time.sleep(1)
p1.poll()
Expand Down

0 comments on commit 810a79c

Please sign in to comment.