Skip to content

Commit

Permalink
Try no tls 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 26, 2024
1 parent f5cf27e commit 54bc002
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 @@ -49,7 +49,7 @@ def run(self, env):
"-cert", "server.crt",
"-CAfile", "server_chain.crt",
"-alpn", "x-amzn-mqtt-ca",
"-tls1_3", # Allow TLS 1.3 connections only
# "-tls1_3", # Allow TLS 1.3 connections only
# "-verify", "1", # Verify client's certificate
"-debug", "-state",
], cwd=dir, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Expand Down

0 comments on commit 54bc002

Please sign in to comment.