Open cesaryuan opened 1 year ago
Thanks @cesaryuan for the detailed feedback. Our team is going to fix it asap 👍
@cesaryuan I've confirmed that we can reproduce the bug with Android Emulator too. Gonna fix it now.
@cesaryuan I've confirmed that we can reproduce the bug with Android Emulator too. Gonna fix it now.
Thank you for your quick response! 😘
@cesaryuan can you try to Disable the Private DNS in Android Settings -> Network & internet -> Advanced -> Private DNS
From what I know, it can fix the bug.
@cesaryuan can you try to Disable the Private DNS in Android Settings -> Network & internet -> Advanced -> Private DNS
From what I know, it can fix the bug.
Thanks! I checked that this option has been disabled already.
Hi, is there any progress on it?
Hi, this bug will continue to be fixed after we finish updating new UI for Proxyman Windows. For now, I haven't found a solution or workaround for this.
Hi, is there any progress on it?
@kics223w1 can you share the progress? I guess we should try to reproduce this issue again on the latest build. Maybe it's already fixed
I think so, I'll reproduce this issue on version 2.15.0 and if it's not fixed, I'll fix this 👍🏻
Hi @cesaryuan , this issue is fixed on version 2.15.0
this issue is fixed on version 2.15.0
Hello, I tried it on my own computer and found that there is still a problem
@cesaryuan Can you walk me through how you reproduce this? I used the reproduced steps in the pull request and I can see the hostname perfectly
Description
Hi, thanks for you excellant product!
I'm trying to capture traffic from Android application. Here is my procedures:
We can see that all HTTPS capture cannot get domain but only ip. It causes that proxyman cannot capture HTTPS correctly.
However, other alternative proxy software on Windows such as Fiddler Classic and Mitmproxy can handle this correctly (Fiddler need additional settings). As far as I know, they obtain the server name indicator from the client's TLS handshake instead of using the HOST field from the CONNECT. (Reference https://groups.google.com/g/httpfiddler/c/hvsDR14j1Lg/m/P02zBzIYCE4J)
It seems there is an similar issue. But I'm not sure. Proxyman does not use SNI when generating certificates for use with SSL Proxying · Issue #1581 · ProxymanApp/Proxyman
Therefore, it will be wonderful if you can fix this issue.
Steps to Reproduce
Current Behavior
Expected Behavior
Environment