bhsingh1108

Results 5 comments of bhsingh1108

use buffer.from where ever u have used buffer

> hi。 > > node connect.js my-vps-ip:1443 > WebSocket Tunnel Console v0.1 > Remote Host: https://my-vps-ip:1443 > Username: simon > Password: ********************************** > Authenticating ... > (node:79533) [DEP0005] DeprecationWarning: Buffer()...

> @bhsingh1108 > how to use "buffer"?can u explain it in detail? just find out where ever u have used "buffer" in server.js and connect.js,change it to "buffer.from"......as buffer is...

> @bhsingh1108 > how to use "buffer"?can u explain it in detail? new Buffer(number) // Old Buffer.alloc(number) // New new Buffer(string) // Old Buffer.from(string) // New new Buffer(string, encoding) //...

> I created a self signed certificate and the following error occurs on login: > Authenticating ... > Unable to authenticate. > Error: DEPTH_ZERO_SELF_SIGNED_CERT if u have given self signed...