mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #225] Support non-default HTTPS, not 443 #220
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#220
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 @NghiaTranUIT on GitHub (Jul 18, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/225
Originally assigned to: @NghiaTranUIT on GitHub.
🐶 Brief
Some users requests that Proxyman won't capture any HTTPS request to non-default port (not 443). Ex: https://mywebsite.com:4000
We should investigate what's wrong.
👑 Criteria
@NghiaTranUIT commented on GitHub (Jul 18, 2019):
Hey, @kkiermasz
It's test version for your issue. Let try it out: https://www.dropbox.com/s/gzsivop9q4afzos/Proxyman-1.4.5.1-Hotfix.zip?dl=0
Just friendly reminder that this version is BETA, which also includes the fix (https://github.com/ProxymanApp/Proxyman/issues/211#issuecomment-512107545).
Thus, if you update the Helper Tool to 1.0.1. Please uninstall before going back to Stable Setapp version (which is Helper Tool 1.0)
PS: Make sure you open it directly, not from Setapp, since Setapp will open different version in
/Applications/Setapp/Proxyman.app🌮@kkiermasz commented on GitHub (Jul 19, 2019):
Thanks a lot! It has solved my problem :D
@NghiaTranUIT commented on GitHub (Jul 19, 2019):
Glad to hear that @kkiermasz. I will release this fix in next version 👍 Happy debugging 🥰
@superandrew commented on GitHub (Jul 19, 2019):
@NghiaTranUIT would you mind sending me a non-setapp beta version for me to test as well?
@NghiaTranUIT commented on GitHub (Jul 19, 2019):
Hey @superandrew,
Here is the non-setapp beta version https://www.dropbox.com/s/kq72zwftwl2ny9b/Proxyman_1.4.5.1.dmg?dl=0
Please let me know if it works. If not, I will investigate more and send you a hot-fix asap 👍
@Schaefers commented on GitHub (Jun 8, 2020):
Is non-standard HTTP supported? Would be happy to see this in a future release.
@NghiaTranUIT commented on GitHub (Jun 8, 2020):
Hey @Schaefers it’s already supported in the last build 1.24.0. Let check it out 👏
@Schaefers commented on GitHub (Jun 8, 2020):
Okay, I'm already on 1.24.0 - I'm trying to see the connections for http on port 8080, but they are not appearing in Proxyman. The url doesn't use a domain, it's something like http://12.34.56.78:8080/api/index.php, if this makes a difference.
@NghiaTranUIT commented on GitHub (Jun 8, 2020):
If it doesn’t support, you will get an error on Proxyman. If it does not appear on Proxyman, it means your request doesn’t go through Proxyman port at 9090.
Just wondering how do you call this request?
@NghiaTranUIT commented on GitHub (Jun 8, 2020):
Some app needs to explicitly config the HTTP Proxy to http://localhost:9090 in order to see on Proxyman app.
Please share me how do you call the request, then I will help you 👏
@NghiaTranUIT commented on GitHub (Jun 8, 2020):
@Schaefers pls read this troubleshooting https://docs.proxyman.io/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries
@Schaefers commented on GitHub (Jun 8, 2020):
It's a custom php application running in docker on macOS. The proxy is entered in dockers settings. If I configure the application to use a server running on a domain on port 80, the requests are shown in Proxyman.
@NghiaTranUIT commented on GitHub (Jun 8, 2020):
@Schaefers I would like to confirm that the latest Proxyman works well with the IP address. I tested with my server
curl -v http://172.67.201.130:8080 --proxy http://localhost:9090which presents on the Proxyman app.Thus, I suppose that for some reason, the IP address on Docker doesn't go through Proxyman's port => Doesn't appear on the app
@Schaefers commented on GitHub (Jun 8, 2020):
Okay, so it seems to be a issue on dockers end. Thanks for your help!