mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 09:35:55 +03:00
[GH-ISSUE #1766] Unable to load website after connecting to CISCO - AnyConnect VPN #1758
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#1758
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 @Bellaposa on GitHub (Sep 11, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1766
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Website loading issues arise when using Proxyman in conjunction with CISCO - AnyConnect VPN.
Steps to Reproduce
Current Behavior
I'm able to intercept only the data coming from the VPN server, such as intranet pages and associated content. Yet, when I attempt to search on Google, the page doesn't load.
Using just the VPN, websites load without issues. However, challenges occur when Proxyman and AnyConnect are run together.
Expected Behavior
The website should load without any hindrance.
Environment
@NghiaTranUIT commented on GitHub (Sep 11, 2023):
Hi, it's because the Cisco VPN doesn't accept any proxy server (Proxyman), so you get the error.
To fix it, please follow this docs: https://docs.proxyman.io/troubleshooting/proxyman-does-not-work-with-vpn-apps#3.-anyconnect
Some users can make both Proxyman and AnyConnect VPN work 👍
@Bellaposa commented on GitHub (Sep 11, 2023):
Hello,
Thank you for getting back to me. I followed the guide to the letter, but the problem persists. It's odd because I had been using the Proxyman app smoothly until about 20 days ago. After updating to version 4.10.0, it stopped working. I even attempted to revert to an older version, but, curiously, that doesn’t seem to work anymore either.
On a side note, I don’t encounter this issue with other tools I use.
@jeffery812 commented on GitHub (Oct 18, 2023):
Same here. I am able to load my employer's website only, but not google.com, and Teams cannot login either.
@Bellaposa commented on GitHub (May 30, 2024):
Hello!
After extensive investigation, it was found that running the command
sudo pfctl -dafter connecting to the VPN resolves the blocking issue. This command disables the packet filter.It seems that MacOS Sonoma has a bug in Firewall More info
Please note that you will need to run this command each time you connect to the VPN.
While this may not be the most ideal solution, it currently helps to bypass the problem.
Hope this helps!