| On 2014/10/31 2:50, Oegma2 wrote: 
 
      Hi Romu
         
 What version of Mosquitto your using? 1.3.5
 
 
 
      
        What OS your running Mosquitto on? Ubuntu Server 14.04.1 x86_64
 
 
 
      
        Maybe share your mosquitto config file as well :) # Default listener
 bind_address xxx.xxx.xxx.xxx
 port 9123
 max_connections -1
 cafile /etc/mosquitto/ca.crt
 certfile /etc/mosquitto/server.crt
 keyfile /etc/mosquitto/server.key
 tls_version tlsv1.2
 require_certificate true
 use_identity_as_username false
 
 # Extra listeners
 listener 9124 xxx.xxx.xxx.xxx
 max_connections -1
 cafile /etc/mosquitto/ca.crt
 certfile /etc/mosquitto/server.crt
 keyfile /etc/mosquitto/server.key
 tls_version tlsv1.2
 listener 9125 xxx.xxx.xxx.xxx
 max_connections -1
 cafile /etc/mosquitto/ca.crt
 certfile /etc/mosquitto/server.crt
 keyfile /etc/mosquitto/server.key
 tls_version tlsv1
 
 # Persistence
 autosave_interval 1800
 autosave_on_changes true
 persistence true
 persistence_file mosquitto-persistence.db
 persistence_location /var/lib/mosquitto/
 
 # Logging
 log_dest file /var/log/mosquitto.log
 log_type error
 log_type warning
 log_type notice
 log_type information
 connection_messages true
 log_timestamp true
 
 # Security
 
 pid_file /run/mosquitto.pid
 
 
 Thanks
 Romu
 
 
 
      
      
 
 _______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev 
 |