mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1821] [BUG] Why "Add App / Domain..." in the SSL Proxying List doesn't work for me #1816
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#1816
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 @simitka on GitHub (Oct 20, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1821
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Hi. I need help to understand why the rule set via Wildcard Host doesn't work for me in the SSL Proxying List
I have a file on the link https://d1utwsjqoc2wxw.cloudfront.net/FARM-JAM/Levels/4.3.0/Prod/Android/common/common_hash.txt
Help me understand why this is happening, thank you
@NghiaTranUIT commented on GitHub (Oct 21, 2023):
@Simitka sorry for this trouble. I investigated this issue. Turn out there is a race condition issue when closing alive connections. As a result, this request is still alive and doesn't reload to get new data.
It's fixed. You can try this Beta build: https://download.proxyman.io/beta/Proxyman_4.12.0_fix_closing_connection.dmg
Video
https://github.com/ProxymanApp/Proxyman/assets/5878421/a2ff024c-d217-400e-99eb-75eac8f30328
@simitka commented on GitHub (Oct 21, 2023):
Build:
https://download.proxyman.io/beta/Proxyman_4.12.0_fix_closing_connection.dmg
Device:
Notes:
In SSL Proxying List URL, Wildcard regex rules work correctly.
Checked that the traffic from the host https://d1utwsjqoc2wxw.cloudfront.net/FARM-JAM/Levels/4.3.0/Prod/Android/common/common_hash.txt is decrypted if Wildcard is specified:
@NghiaTranUIT Thanks a lot for the fix! This bug confused me all the time while I was using Proxyman, but it seemed to me that the problem was on my side. Looking forward to the update:)
@NghiaTranUIT commented on GitHub (Oct 21, 2023):
Thanks for letting me know the result 👍
Sorry again for this issue. I'm going to bump a new update this weekend.
@simitka commented on GitHub (Oct 30, 2023):
@NghiaTranUIT Hi. I want to return to this problem, two updates have already been released (4.13.0 and 4.14.0), and I got to reset the SSL Proxying List tab
In the build 4.12.0 fix that you threw above, it worked, the video below https://youtu.be/_mbtwz1ZOw4
But on release version 4.13.0 and 4.14.0 I still don't have the "*" in wildcard working, video is also below https://youtu.be/1msuQEmxM8s
@NghiaTranUIT commented on GitHub (Oct 30, 2023):
Ah, I see, it's a different bug. You can fix it by simply dragging your
*.cloudfront.net*to the top of the list.The bug is:
d1utwsjqoc2wxw.cloudfront.netexists in the list, but in the higher order. Proxyman accidentally returns it without evaluating the next rule.Demo
https://github.com/ProxymanApp/Proxyman/assets/5878421/d57c29c7-728b-4665-940d-b97ad6880731
@simitka commented on GitHub (Nov 2, 2023):
Raised the rule
*.cloudfront.net*higher and everything worked, thank you!Should I have a separate issue for this? Or will it not be fixed?