go-http-tunnel icon indicating copy to clipboard operation
go-http-tunnel copied to clipboard

Invalid client certificate ID

Open DCsunset opened this issue 6 years ago • 0 comments

Hello, When I'm using the -clients option server side, I always get the following error:

device ID invalid: incorrect length

It seems that the client cert ID uses base32 to encode sha256. However, after trimming '=' at the end, the 32-byte fingerprint has only 52 characters in base32.

So what is the correct form of client cert ID?

DCsunset avatar Jun 17 '19 08:06 DCsunset