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 72dd3e7 commit f5cf27e
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 @@ -51,6 +51,7 @@ def run(self, env):
"-alpn", "x-amzn-mqtt-ca",
"-tls1_3", # Allow TLS 1.3 connections only
# "-verify", "1", # Verify client's certificate
"-debug", "-state",
], cwd=dir, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
time.sleep(1)
p.poll()
Expand Down

0 comments on commit f5cf27e

Please sign in to comment.