Hey im a beginner in c# and I made a simple HTTPS Proxy, searching regular https links like 'https://wikipedia.org' work just fine, although when i do a search query like 'whats todays weather?' i get an error message 'An established connection was aborted by the software in your host machine'. NOTE: The proxy does work and so does search queires but I just get that error message in the console. A more detailed explanation is here on the github https://github.com/PizzaKing29/Simple-HTTPS-Proxy-Server/issues/1
I'm building an HTTPS proxy server in C# using sockets. The proxy works correctly when accessing direct URLs like https://wikipedia.org— the connection is established and relayed successfully....