Skip to content

Commit

Permalink
Fix port typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 27, 2024
1 parent e7a8cf7 commit 8bd355e
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 @@ -56,7 +56,7 @@ def run(self, env):
print("Return code is {}".format(p.returncode))

p2 = subprocess.Popen(["openssl.exe", "s_client",
"-connect", "127.0.0.1:59444",
"-connect", "127.0.0.1:59443",
"-key", "unittests.key",
"-cert", "unittests.crt",
"-tls1_3",
Expand Down

0 comments on commit 8bd355e

Please sign in to comment.