mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #458] [BUG] Couldn't generate Proxyman Certificate due to long name #456
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#456
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 @NghiaTranUIT on GitHub (Mar 29, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/458
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Thanks to Pierre to help me to get the error log when he couldn't generate the certificate on his machine.
After investigating, it turns out that the CommonName must be lesser than 64 char. Proxyman would get the computer name and put it as a part of the Common Name. Thus, in some cases, the name is long and result in the OpenSSL error.
After he shortens the name, it works as expected 👍
Acceptance Criteria
@NghiaTranUIT commented on GitHub (Mar 29, 2020):
Done 🌮
Beta build: https://s3.console.aws.amazon.com/s3/object/proxyman/beta/Proxyman_1.20.0_Fix_Generate_Certificate_Error.dmg?region=us-east-2&tab=overview
Changelog