mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 09:05:54 +03:00
[GH-ISSUE #922] 999 Error Code #917
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#917
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 @amirtechs on GitHub (Jul 5, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/922
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 2.28.0 (22800)
macOS Version? (Ex. mac 10.14)
Mac 11.2.3
Description
Hi there, previously it's working fine. However, after I enable SSL when debugging my iOS Simulator it's return error. When Proxyman is launched, it blocks the internet access to the browser and iOS Simulator. Had tried reinstall and format the certificate, the issue still persisted.
Steps to reproduce
Expected behavior
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Jul 5, 2021):
When you enable SSL Proxying for Google Chrome. Are you able to access google.com or other websites?
Maybe you're using VPN app? 🤔
If not, please try Factory Reset in Help Menu -> Advanced to see if it works for you 👍
@NghiaTranUIT commented on GitHub (Jul 5, 2021):
For the iOS Simulator, Have you installed and trusted the certificate on your iOS Simulator 🤔 ?
You can do it automatically by using Certificate menu -> Install for iOS -> Simulator and follows these steps
@cameroncooke commented on GitHub (Jul 9, 2021):
I've also seen the 999 error quite a lot which I don't really understand because I'm sure
999is not a valid HTTP status code. It feels like Proxyman is handling some kind of internal error by returning a response from the proxy which doesn't feel right to me.@NghiaTranUIT commented on GitHub (Jul 10, 2021):
yes, 999 is an internal code. I suppose that I should remove it, and improve the wording for common SSL error from Swift NIO 👍
@senolatac commented on GitHub (Feb 17, 2023):
I got this error also for Appstore:

Factory Reset didn't work.
@NghiaTranUIT commented on GitHub (Feb 17, 2023):
@senolatac you could not intercept AppStore traffic because it's protected by SSL Pinning. It's a security mechanism to protect from Man-in-the-middle apps like Proxyman, Charles Proxy, and Fiddler.
There is no solution to bypass the SSL Pinning unless you hold the Pinned certificate of the AppStore.
@senolatac commented on GitHub (Feb 17, 2023):
@NghiaTranUIT I can listen network with frida + jailbroken-device + objection + proxyman... The problem is initial request.
@NghiaTranUIT commented on GitHub (Feb 18, 2023):
so, you mean, only the initial requests (from AppStore) is error, other requests are still working fine 🤔
@senolatac commented on GitHub (Feb 18, 2023):
yes exactly @NghiaTranUIT
@Chevel commented on GitHub (Nov 6, 2024):
Issue still happening. Proxyman Version 5.10.0 (51000) | macOS: Version 14.7 (Build 23H124)
Started happening after updating to macos14.7 and xcode16.1 @NghiaTranUIT