"RuntimeError: 0 (AWS_ERROR_SUCCESS): Success." occurred when executing mqtt_connection_builder.mtls_from_path() when I tried to create MQTT connection to AWS IoT from Amazon EC2 Mac instance. I was expecting to complete the execution successfully. I've succeeded to create MQTT connection with the same test code and the certificates on other environments like Linux.
It seems that something unexpected happened in C library, but it's difficult for me to investigate. I've really appreciated it if someone helps me.
"RuntimeError: 0 (AWS_ERROR_SUCCESS): Success." occurred when executing mqtt_connection_builder.mtls_from_path() when I tried to create MQTT connection to AWS IoT from Amazon EC2 Mac instance. I was expecting to complete the execution successfully. I've succeeded to create MQTT connection with the same test code and the certificates on other environments like Linux.
It seems that something unexpected happened in C library, but it's difficult for me to investigate. I've really appreciated it if someone helps me.
Testing configuration
Testing code and result
test_mqtt.py