mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #99] Invalid client certificate ID #52
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
-clientsoption server side,I always get the following error:
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?