Hi there,
I am using AppProxyProvider. It seems that there is some problem to visit some website going through appproxy even if it is only pass through all traffics.
How to reproduce:
With AppProxyProvider, setup the filter rule and capture only tcp 80 and 443. Then passthrough all traffic between tcp flow and remote connection. Then try to visit site:
With chrome browser, there is no content shown.
But if visit the same site without going through appproxy, all good.
Digging more into the trace got, it seems might have something to do with below error:
Thanks in advance for any suggestion.
I am using AppProxyProvider. It seems that there is some problem to visit some website going through appproxy even if it is only pass through all traffics.
How to reproduce:
With AppProxyProvider, setup the filter rule and capture only tcp 80 and 443. Then passthrough all traffic between tcp flow and remote connection. Then try to visit site:
Code Block http://13.210.37.51
With chrome browser, there is no content shown.
But if visit the same site without going through appproxy, all good.
Digging more into the trace got, it seems might have something to do with below error:
Code Block ⛔️FZ$--read from TCP connection error: Optional(Error Domain=kNWErrorDomainPOSIX Code=96 "No message available on STREAM" UserInfo={NSDescription=No message available on STREAM}) Optional(13.210.37.51:80) fzmacappproxy 11:18:16.988853+1000
Thanks in advance for any suggestion.