Skip to content

Commit 963f28e

Browse files
Try avoiding the CA file?
1 parent 8d95ce2 commit 963f28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/utils/command_line_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def build_websocket_x509_mqtt_connection(self, on_connection_interrupted, on_con
250250
x509_tls_options = io.TlsContextOptions.create_client_with_mtls_from_path(
251251
self.get_command_required(self.m_cmd_x509_cert),
252252
self.get_command_required(self.m_cmd_x509_key))
253-
x509_tls_options.ca_dirpath = self.get_command(self.m_cmd_x509_ca)
253+
# x509_tls_options.ca_dirpath = self.get_command(self.m_cmd_x509_ca)
254254
x509_tls_context = io.ClientTlsContext(x509_tls_options)
255255

256256
x509_provider = auth.AwsCredentialsProvider.new_x509(

0 commit comments

Comments
 (0)