[QUESTION] - list()
returns BadResponse
via 'fake VPN'
#90
Labels
question
Further information is requested
list()
returns BadResponse
via 'fake VPN'
#90
Before start, 'fake VPN' I mentioned here is an app called 'Unicorn HTTPs'. The purpose of this app is bypassing Korea's HTTPS SNI inspection policy (to prevent from accessing sites regulated by the gov). Detailed mechanisms are unknown but they explain it as 'fake VPN'. (I also asked them about technical details.)
When I launch this app and enable it,
list()
method returnsBadResponse
. When it is disabled it returns an expected result (Vec<String>
). Also, macOS builtin FTP (via Finder) works fine.Questions are:
list()
method returnsBadResponse
? InBadResponse
documentation, it only saysThe response syntax is invalid
.BadResponse
variant has no more information unlike other variants. Does inspecting FTP packet, for example, via Wireshark work?The text was updated successfully, but these errors were encountered: