I have a strange issue that I can’t seem to figure out and I hope that you can help.
I’m using a mobile phone as a proxy with the tethering option.
I have setup port forwarding and I am able to connect to it with 192.168.8.1:1111
The mobile phone receives and sends data (the mobile apps show data coming and going through the app), but I am not able to receive anything from the request.
I am using a local computer connected to 192.168.8.100 and have granted firewall rules that basically allow everything, yet I am still unable to get any data back from the request.
I am testing by using things like curl --socks5 192.168.8.1:1111 https://www.testing.com/ and it just hangs…
Thank you for responding. After lots of investigating, it appears to be a limitation from my internet service provider.
They seem to be blocking CONNECT. Tihs allows me to access HTTP websites but not HTTPS websites.
”blocking outbound TLS/SSL tunneling” or “Captive WiFi Proxy Restrictions” ???
I’m pretty sure that has nothing to do with you guys…. but if you want me to explain more and maybe you could still help that would be sweet. Please let me know!