mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #532] Proxyman Certificate Installation Fails on Windows #529
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#529
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 @K-4RMA on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/532
Originally assigned to: @kics223w1 on GitHub.
Description
C:\Users\MYNAME\AppData\Roaming\Proxyman\certificate\certs\ca.cer.When attempting to open the file, Windows reports:
Invalid public key security object / This file is not valid for use as a security certificate.Additionally, Proxyman initially shows:
Error: Too few bytes to read ASN.1 value. Please install your certificate again.As a result, the root certificate cannot be installed, and HTTPS traffic cannot be proxied.
Steps to Reproduce
C:\Users\MYNAME\AppData\Roaming\Proxyman\certificate\certs\ca.cer.ca.cerfile.Current Behavior
Error: Too few bytes to read ASN.1 value. Please install your certificate again.ca.cerfile cannot be opened in Windows.Expected Behavior
ca.cershould launch Windows certificate import wizard successfully.Environment
@kics223w1 commented on GitHub (Aug 15, 2025):
Hi @DongjuTheDeveloper,
Please try deleting the certs folder and relaunching Proxyman. This will generate a new certificate.
After that, install the new certificate and test again.
We haven’t made any changes to certificate handling in Proxyman 3.1.0.
@K-4RMA commented on GitHub (Aug 15, 2025):
I kept trying this and even uninstalled and reinstalled the program, but the problem was not solved.
@kics223w1 commented on GitHub (Aug 15, 2025):
Does this also happen on version 3.0.0? 🤔
Does the automatic certificate installation feature work correctly? It installs the ca.pem file, not ca.cer.
@K-4RMA commented on GitHub (Aug 15, 2025):
I did a fresh install of Proxyman Version 3.0.0 (30000) | Windows (Build 10.0.26100) but I am still getting the error
Additionally, automatic certificate installation ends without any notification.
@kics223w1 commented on GitHub (Aug 15, 2025):
@DongjuTheDeveloper Could you please export the certificate and share it with me on GitHub? I’d like to investigate. 👍🏻
By the way, does the Install Certificate with Windows Trust Store feature work for you? 🤔
You can use the Export option in the screenshot:

@K-4RMA commented on GitHub (Aug 16, 2025):
Proxyman CA.txt
This is a .pem file converted to .txt for attachment.
@kics223w1 commented on GitHub (Aug 16, 2025):
Can you replace your certificate folder with mine and try installing the certificate automatically again? I believe this will work 👍🏻
certificate.zip
Also, the certificate that you sent me is corrupted. I’m refactoring the code that generates the certificate to make sure this won’t happen again.
@K-4RMA commented on GitHub (Aug 16, 2025):
It works! Can you tell me why this error occurred?
@kics223w1 commented on GitHub (Aug 16, 2025):
I think the problem is with the code that generates the certificate. It doesn’t work properly on your machine, so it produces a broken certificate. This issue will be fixed in the next version.