Sockets prematurely terminated when targeting .netcore3.0/.net5
Opened this issue · 5 comments
vflame commented
Bump from
netcoreapp2.2
to
netcoreapp3.0
causes ssl connections to no longer being proxied. Any idea why?
vflame commented
Hi @vflame which OS and version are you using?
Windows 10 Version Build 17763 with .net core 3 SDK 3.1.404
jchristn commented
Thanks - yes there appears to be some incompatibility. .NET Framework seems to be working fine for both HTTP and HTTPS. The underlying HTTP/S library I'm using has changed; I'll have to spend some time on this to get it to work for .NET Core.
yuzd commented
It is expected to be used on NETCORE platform
jchristn commented
Hi, sorry, I'm not actively maintaining this repo. If you have a PR, please submit it and I'll integrate.