We are developing a Mosquitto broker based POC where 3 different MQTT client being used i.e. C, Python and phpMQTT and we need to pass messages between these clients. But phpMQTT client does not implement SSL/TLS which is limiting us to enable SSL for the whole solution.
Is there any way to communicate between these three clients if my C & Python client are connected to the Broker on a secure port i.e. 8883( with TLS option enabled) and my phpMQTT client on port 1883(without TLS option) ?