mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1233] iPhone Full Trust For Root Certificates 999 issue #1228
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#1228
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 @pedro380085 on GitHub (May 13, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1233
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 3.4.0 (30400)
macOS Version? (Ex. mac 10.14)
Mac 12.3.1
###Description
Hi there, when I am trying to enable. As soon as I complete all the steps, including the Trust Root Certificate as per the installation guidelines for iOS, I don't get any other request to be successful when using the apps. The Chrome and Safari browsers both continue to work. Just the native apps that don't work anymore.
Steps to reproduce
Launch proxyman
Monitor the logs
See 999 error
Expected behavior
Show proper return code instead of 999
Screenshots (optional)
@NghiaTranUIT commented on GitHub (May 14, 2022):
hey @pedro380085 if you can intercept HTTPS traffic from GoogleChrome/Safari on your iOS device, it means you set up everything correctly 👍
The reason why you get a lot of 999 SSL Errors on the Facebook, and Instagram apps is that these apps are protected by SSL Pinning. SSL Pinning is a security mechanism that prevents the app to be intercepted by any MitM apps.
There is no way to bypass the SSL Pinning unless you have their private key.
You can read more at https://proxyman.io/posts/2019-11-15-Can-we-bypass-ssl-pinning
@NghiaTranUIT commented on GitHub (May 14, 2022):
Just clarify that all well-known apps, such as FB, IG, Whatapps, iTunes, AppStore, etc have SSL Pinning.
@pedro380085 commented on GitHub (May 14, 2022):
Thank you for your comment and explanation. I appreciate your time.