Socket Hang up, spark server

I get an error “socket hang up” each time I try to login in using particle CLI. The particle CLI is configured to connect to a local server.
This is what I see at the server end -

Your server IP address is: 192.168.1.105
server started { host: 'localhost', port: 5683 }
Connection from: 192.168.1.103, connId: 1
Handshake decryption error:  [Error: error:0406506C:rsa routines:RSA_EAY_PRIVATE_DECRYPT:data greater than mod len]
1: Core disconnected: decryption failed { coreID: 'unknown', cache_key: '_0' }
Session ended for _0
Handshake failed:  decryption failed { ip: '192.168.1.103', cache_key: '_0', coreID: null }
Handshake failed:  read_coreid timed out { ip: '192.168.1.103', cache_key: '_0', coreID: null }

I followed this github link, to set up the local server.
https://github.com/spark/spark-server
Can any one help me with this.
Thank You

Ping @mdma, @BDub

ping @Dave :slight_smile:

1 Like

Thanks!