qwj / python-proxy

HTTP/HTTP2/HTTP3/Socks4/Socks5/Shadowsocks/ShadowsocksR/SSH/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio.
MIT License
2.01k stars 338 forks source link

ssl.c error occurs with HTTPS proxy on Ubuntu 20.04, OpenSSL 1.1.1f #124

Closed shirt-dev closed 2 years ago

shirt-dev commented 3 years ago

On a fresh install of Ubuntu 20.04 with OpenSSL 1.1.1f, I get the following error while using http+ssl:// proxies. The proxy works, but slows down toward the end of the connection.

[SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY] application data after close notify (_ssl.c:2750)
qwj commented 3 years ago

Can you print the versions of Python and python-proxy?

shirt-dev commented 3 years ago

Python 3.9.3 pproxy 2.7.7

shirt-dev commented 2 years ago

Appears to be an issue with the proxy server itself, thanks for the great work on this!