mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1864] error raised when import P12 file #1857
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#1857
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 @Gnosnay on GitHub (Dec 1, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1864
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Steps to Reproduce
following the steps under
custom-certificates.https://docs.proxyman.io/advanced-features/custom-certificates#6-how-to-generate-self-signed-certificates-for-custom-root-certificate-that-comply-with-new-apples-security-requirements
Current Behavior
Failed to import ca p12
Expected Behavior
Import ca p12 successfully
Environment
@NghiaTranUIT commented on GitHub (Dec 2, 2023):
Thanks @Gnosnay I'm able to reproduce this issue. Let me investigate it 👍
@NghiaTranUIT commented on GitHub (Dec 2, 2023):
@Gnosnay I found the problem: A certificate, which is generated by OpenSSL 3.1.4 is not compatible with the latest MacOS 14. Thus, the System Keychain can't import it.
To fix it, you can use the
-legacyon the 4th step:Then, import it will work 👍
I've updated the Docs: https://docs.proxyman.io/advanced-features/custom-certificates#6.-how-to-generate-self-signed-certificates-for-custom-root-certificate-that-comply-with-new-apples
@Gnosnay commented on GitHub (Dec 2, 2023):
Nice bro! Thank you so much for your fast response. I learnt a lot from your documentary.