mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #1733] my app request is block when i add domain into ssl proxy list #1726
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#1726
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 @lintiancheng01 on GitHub (Aug 8, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1733
Description
my app request is block when i add domain into ssl proxy list , before i add domain into SSL PROXY , my proxyman catch the request from my app, but I cant see the response . so i add the domain into SSL proxy. then i open my app , i cant find the request from my app and my app is blocked.

Steps to Reproduce
Current Behavior
Expected Behavior
Environment
@NghiaTranUIT commented on GitHub (Aug 8, 2023):
@lintiancheng01 It seems your app is using SSL Pining which prevents Proxyman to decrypt the HTTPS data. Can you verify if it's enabled?
Is your device Android?
@NghiaTranUIT commented on GitHub (Aug 8, 2023):
If it's Android App, there is no way to intercept the HTTPS data unless you have the source code to start the app. Then, following this Docs
@lintiancheng01 commented on GitHub (Aug 8, 2023):
i can do it in charles, it's amazing
@lintiancheng01 commented on GitHub (Aug 8, 2023):
everytime i can't do something in proxyman ,i will try it in Charles .
@lintiancheng01 commented on GitHub (Aug 8, 2023):
i open my wechat-minigragram in ios device
@lintiancheng01 commented on GitHub (Aug 8, 2023):
when i add the domain to here.
the request from miniprogram is blocked.
@lintiancheng01 commented on GitHub (Aug 8, 2023):
and i find it's ok in my android device. but not ok in my ios device
@lintiancheng01 commented on GitHub (Aug 8, 2023):
i find another new ios device and do the same things. the result is the same , so how can I find out where is the problem.
@lintiancheng01 commented on GitHub (Aug 10, 2023):
How's the progress?
@henessybloom commented on GitHub (Oct 27, 2025):
For anyone encountering the same error, here is what's probably going to help you, if your xcode is blocking the request, when you add a certain domain in the SSL Proxying list :
1) First, you install certificate for you macOS(obvious, but just in case you forgot to do that). You do that by going
'Certificate -> Install Certificate on this Mac... -> And then you follow the instructions
2) Then, you should install the certificate on your iOS simulator
Click on the arrow next to the 'Prepare simulators' button, then choose 'Install manually'
The certificate image is draggable, so open you current simulator next to the Proxyman window(so you can see both) and drag the image directly into the simulator.
3) That's it! To make sure you did everything right you can reboot the simulator and manually follow the path, described in the above image(i.e Settings app on your simulator -> General -> About -> Certificate Trust Settings
The installation process isn't very intuitive and I hope this helps someone.
@NghiaTranUIT commented on GitHub (Oct 27, 2025):
@henessybloom not sure why you need to do it manually?
You can simply click on the "Prepare Simulator" button, and it's automatically done in 1 click
@henessybloom commented on GitHub (Oct 27, 2025):
Not for me, I did that multiple times, but it wouldn't work. My best guess is that Proxyman messes up and installs it on the wrong simulator. Doing it manually is much more trouble-free.