[GH-ISSUE #1800] Internal error when launching proxyman #1794

Closed
opened 2026-03-03 19:54:27 +03:00 by kerem · 4 comments
Owner

Originally created by @Jonathan-Lequeux on GitHub (Oct 6, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1800

Description

Since this week and for no apparent reason proxyman decided to not work anymore.
I'm using proxyman mainly on iOS simulator and currently when I launch it I'm unable to connect to the internet.

All my requests on iOS simulator and web browser have internal error as status with the 999 code.
Capture d’écran 2023-10-06 à 16 24 44

I checked the proxyman settings and everything seems good.

General Advanced
Capture d’écran 2023-10-06 à 16 20 22 Capture d’écran 2023-10-06 à 16 21 46

I have tried installing Charles proxy and I have the same issue.
I went deeper and it seems that when the Secure web proxy is checked, this is were I lost my internet connexion and I don't understand why.

Here is my proxy settings for my wifi network when proxyman is launched.
Capture d’écran 2023-10-06 à 16 22 14

Hoping that it's just a little mistake.

Steps to Reproduce

  1. Installing proxyman 4.12.0
  2. Installing certificate and Proxy helper tool
  3. Launch Proxyman

Current Behavior

I can't have access to internet

Expected Behavior

I should have access to internet, seeing all request from my web browser.

Environment

  • App version: Proxyman 4.12.0
  • macOS version: MacOS Ventura 13.6
Originally created by @Jonathan-Lequeux on GitHub (Oct 6, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1800 ## Description Since this week and for no apparent reason proxyman decided to not work anymore. I'm using proxyman mainly on iOS simulator and currently when I launch it I'm unable to connect to the internet. All my requests on iOS simulator and web browser have internal error as status with the 999 code. <img width="800" alt="Capture d’écran 2023-10-06 à 16 24 44" src="https://github.com/ProxymanApp/Proxyman/assets/127201075/48ff9732-452b-4a02-98a0-ae498b5d991b"> I checked the proxyman settings and everything seems good. | General | Advanced | | ------ | ----------- | | <img width="500" alt="Capture d’écran 2023-10-06 à 16 20 22" src="https://github.com/ProxymanApp/Proxyman/assets/127201075/82f3c102-cedb-4623-b1b8-328e25c6157e"> | <img width="500" alt="Capture d’écran 2023-10-06 à 16 21 46" src="https://github.com/ProxymanApp/Proxyman/assets/127201075/6cfa29c5-1b1b-4567-ba5b-0ca4947d3578"> | I have tried installing Charles proxy and I have the same issue. I went deeper and it seems that when the `Secure web proxy` is checked, this is were I lost my internet connexion and I don't understand why. Here is my proxy settings for my wifi network when proxyman is launched. <img width="772" alt="Capture d’écran 2023-10-06 à 16 22 14" src="https://github.com/ProxymanApp/Proxyman/assets/127201075/d73dcaee-a5cb-49bd-af4b-c1863e5b0b70"> Hoping that it's just a little mistake. ## Steps to Reproduce <!-- Add relevant code and/or a live example --> 1. Installing proxyman 4.12.0 2. Installing certificate and Proxy helper tool 3. Launch Proxyman ## Current Behavior I can't have access to internet ## Expected Behavior I should have access to internet, seeing all request from my web browser. ## Environment - App version: Proxyman 4.12.0 - macOS version: MacOS Ventura 13.6
kerem 2026-03-03 19:54:27 +03:00
Author
Owner

@NghiaTranUIT commented on GitHub (Oct 6, 2023):

Your setting seems correct. I tested it on my own and it works fine.

I guess you're using a VPN app or have an Anti Virus app that is active at the same time with Proxyman ? 🤔 If yes, try to turn it off.

Some users report that Proxyman and Charles Proxy conflicts with some VPN app, such as BitDefender.

Just wondering: Can you open Google Chrome and try to intercept some website?, such as google.com

CleanShot 2023-10-06 at 22 04 12@2x

<!-- gh-comment-id:1750851530 --> @NghiaTranUIT commented on GitHub (Oct 6, 2023): Your setting seems correct. I tested it on my own and it works fine. I guess you're using a `VPN app` or have an `Anti Virus app` that is active at the same time with Proxyman ? 🤔 If yes, try to turn it off. Some users report that Proxyman and Charles Proxy conflicts with some VPN app, such as `BitDefender`. Just wondering: Can you open Google Chrome and try to intercept some website?, such as google.com ![CleanShot 2023-10-06 at 22 04 12@2x](https://github.com/ProxymanApp/Proxyman/assets/5878421/1d74241a-f69c-4cb9-b7bb-4f676f3ec3bb)
Author
Owner

@Jonathan-Lequeux commented on GitHub (Oct 6, 2023):

I've a VPN but it never works together with Proxyman.
So when I use proxyman, I always disable the VPN.

It seems that google.com does complete the request but it is very slow.
Some other websites does work but other doesn't and in every case it is very slow.

I've seen something interesting. It seems that proxyman is using a lot the CPU.

Capture d’écran 2023-10-06 à 17 22 27
<!-- gh-comment-id:1750896889 --> @Jonathan-Lequeux commented on GitHub (Oct 6, 2023): I've a VPN but it never works together with Proxyman. So when I use proxyman, I always disable the VPN. It seems that google.com does complete the request but it is very slow. Some other websites does work but other doesn't and in every case it is very slow. I've seen something interesting. It seems that proxyman is using a lot the CPU. <img width="800" alt="Capture d’écran 2023-10-06 à 17 22 27" src="https://github.com/ProxymanApp/Proxyman/assets/127201075/2769d11d-e6a1-4073-8b42-4d9b80e8551f">
Author
Owner

@NghiaTranUIT commented on GitHub (Oct 6, 2023):

If you don't mind, can you try to open Charles Proxy, and check if it also happened?

Meanwhile, you can do Factory Reset (Don't check the Include User data, so your rules are safe) in the Help Menu -> Advance -> Factory Reset.

<!-- gh-comment-id:1750911073 --> @NghiaTranUIT commented on GitHub (Oct 6, 2023): If you don't mind, can you try to open Charles Proxy, and check if it also happened? Meanwhile, you can do Factory Reset (Don't check the Include User data, so your rules are safe) in the Help Menu -> Advance -> Factory Reset.
Author
Owner

@Jonathan-Lequeux commented on GitHub (Oct 9, 2023):

I've found the issue, it was indeed my Anti virus app (Bitdefender).
It was working fine before but it is possible that an update of the antivirus provoked this.
Thanks @NghiaTranUIT for your time.

<!-- gh-comment-id:1752552720 --> @Jonathan-Lequeux commented on GitHub (Oct 9, 2023): I've found the issue, it was indeed my Anti virus app (Bitdefender). It was working fine before but it is possible that an update of the antivirus provoked this. Thanks @NghiaTranUIT for your time.
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#1794
No description provided.