Does the MQTT Client module support other TLS configurations other than mutual TLS?

1
Hi Mendix Development Team,   I’m using the official MQTT Client module  to let the Mendix APP subscribe the cloud MQTT broker Hive MQ.   The connection failed so I had a look into the Java code. I noticed in the Java code of the MQTT module:   boolean useSsl = (ClientCertificate != null && !ClientCertificate.equals(""));   This means that the MQTT module allows only mutual TSL and a SSL connection can be established only when a client certificate is provided.   However, Hive MQ cloud broker supports only Server-side TLS.   Does the Mendix MQTT module support this feature?   Thanks a lot 
asked
0 answers