Hi @ScheepersJohan , may be you need to configure MQTT mosquitto to allow connections:
"Boolean value that determines whether clients that connect without providing a username are allowed to connect. If set to false then another means of connection should be created to control authenticated client access."
Not really a good idea to use 1883 over the Internet. Do everyone a favour please and change to a TLS interface only. You will also need to change the user id and password after implementing TLS. Not just because you've shown it here but also because you've been broadcasting it in clear text over the Internet.