[GH-ISSUE #225] Support non-default HTTPS, not 443 #220

Open
opened 2026-03-03 19:16:21 +03:00 by kerem · 14 comments
Owner

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

  • Support HTTPS proxy on non-default port
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 - [x] Support HTTPS proxy on non-default port
Author
Owner

@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 🌮

<!-- gh-comment-id:512836092 --> @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` 🌮
Author
Owner

@kkiermasz commented on GitHub (Jul 19, 2019):

Thanks a lot! It has solved my problem :D

<!-- gh-comment-id:513135940 --> @kkiermasz commented on GitHub (Jul 19, 2019): Thanks a lot! It has solved my problem :D
Author
Owner

@NghiaTranUIT commented on GitHub (Jul 19, 2019):

Glad to hear that @kkiermasz. I will release this fix in next version 👍 Happy debugging 🥰

<!-- gh-comment-id:513170758 --> @NghiaTranUIT commented on GitHub (Jul 19, 2019): Glad to hear that @kkiermasz. I will release this fix in next version 👍 Happy debugging 🥰
Author
Owner

@superandrew commented on GitHub (Jul 19, 2019):

@NghiaTranUIT would you mind sending me a non-setapp beta version for me to test as well?

<!-- gh-comment-id:513216584 --> @superandrew commented on GitHub (Jul 19, 2019): @NghiaTranUIT would you mind sending me a non-setapp beta version for me to test as well?
Author
Owner

@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 👍

<!-- gh-comment-id:513243497 --> @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 👍
Author
Owner

@Schaefers commented on GitHub (Jun 8, 2020):

Is non-standard HTTP supported? Would be happy to see this in a future release.

<!-- gh-comment-id:640532331 --> @Schaefers commented on GitHub (Jun 8, 2020): Is non-standard HTTP supported? Would be happy to see this in a future release.
Author
Owner

@NghiaTranUIT commented on GitHub (Jun 8, 2020):

Hey @Schaefers it’s already supported in the last build 1.24.0. Let check it out 👏

<!-- gh-comment-id:640537070 --> @NghiaTranUIT commented on GitHub (Jun 8, 2020): Hey @Schaefers it’s already supported in the last build 1.24.0. Let check it out 👏
Author
Owner

@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.

<!-- gh-comment-id:640539955 --> @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.
Author
Owner

@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?

<!-- gh-comment-id:640541390 --> @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?
Author
Owner

@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 👏

<!-- gh-comment-id:640542024 --> @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 👏
Author
Owner

@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

<!-- gh-comment-id:640545120 --> @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
Author
Owner

@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.

<!-- gh-comment-id:640552174 --> @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.
Author
Owner

@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:9090 which 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

<!-- gh-comment-id:640610861 --> @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:9090` which 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
Author
Owner

@Schaefers commented on GitHub (Jun 8, 2020):

Okay, so it seems to be a issue on dockers end. Thanks for your help!

<!-- gh-comment-id:640629174 --> @Schaefers commented on GitHub (Jun 8, 2020): Okay, so it seems to be a issue on dockers end. Thanks for your help!
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#220
No description provided.