I tried to connect MQTTS with my HTTPS server but it didn't work. It works fine on MQTTX but with PHP it doesn't connect
I tried to connect MQTTS with my HTTPS server but it didn't work. It works fine on MQTTX but with PHP it doesn't connect. <?php $server = 'myServer'; $port = '8883'; $clientId = 'testing'; $username = 'XXXX'; $password = 'XXXX';…