[GH-ISSUE #99] Invalid client certificate ID #52

Open
opened 2026-05-05 10:58:55 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @DCsunset on GitHub (Jun 17, 2019).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/99

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?

Originally created by @DCsunset on GitHub (Jun 17, 2019). Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/99 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?
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#52
No description provided.