go-http-tunnel
go-http-tunnel copied to clipboard
Invalid client certificate ID
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?