Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 23, 2024
1 parent ab19921 commit 6252e28
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 @@ -50,7 +50,7 @@ def run(self, env):
"-CAfile", "server_chain.crt",
"-alpn", "x-amzn-mqtt-ca",
"-tls1_3", # Allow TLS 1.3 connections only
"-verify", "1", # Verify client's certificate
# "-verify", "1", # Verify client's certificate
], cwd=dir, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
time.sleep(1)
p.poll()
Expand Down

0 comments on commit 6252e28

Please sign in to comment.