MQTT with TLS on PFC300

I’m trying to connect to MQTT broker running in AWS cloud using post 8883 and TLS certificate. Here are my settings in WBM. Currently I’m able to connect to the broker and send messages from my code. But when sending a message my receiving end (mousquitto_sub) gives this error. “MOSQ_OPT_SSL_CTX_WITH_DEFAULTS used without specifying cafile, capath or psk.” indicating that PLC is not providing CA file. Now, I’m not familiar with certificates, so I wonder if the default “/etc/ssl/certs/ca-certificates.crt” is not sufficient in this case? Or, am I missing something else?

From my experience, the broker in AWS should provide the certs in a CA.zip file. Once you have those files, you can FTP into that specified path within the controller.