[GH-ISSUE #1414] Refactor how Proxyman checks the certificate is installed & Trusted #1407

Open
opened 2026-03-03 19:51:14 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 26, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1414

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Xcode 14.1 displays a few warnings that the current approach (to evaluate whether or not the Proxyman CA Certificate is installed & trusted) could make the app unresponsive.

It's because we call the method in the Main Thread.

We should use new async func from Security Framework to do it 👍

Why this feature/change is important?

  • Make the app more responsive.
Originally created by @NghiaTranUIT on GitHub (Oct 26, 2022). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1414 Originally assigned to: @NghiaTranUIT on GitHub. ## Description Xcode 14.1 displays a few warnings that the current approach (to evaluate whether or not the Proxyman CA Certificate is installed & trusted) could make the app unresponsive. It's because we call the method in the Main Thread. We should use new async func from Security Framework to do it 👍 ## Why this feature/change is important? - Make the app more responsive.
Author
Owner

@NghiaTranUIT commented on GitHub (Oct 31, 2022):

Done: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.12.0_Fix_proxymanlogv2.dmg

<!-- gh-comment-id:1296575812 --> @NghiaTranUIT commented on GitHub (Oct 31, 2022): Done: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_3.12.0_Fix_proxymanlogv2.dmg
Sign in to join this conversation.
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
starred/Proxyman#1407
No description provided.