On Thu, 23 Jan 2025, Emile `iMil' Heitor wrote:
I'm trying to use pkgin(1) through a squid HTTP proxy. In HTTPS the proxy works as intended with curl, wget, w3m... but when used with a tool using libfetch, the following occurs: $ fetch -vv https://google.com looking up 192.168.1.254 connecting to 192.168.1.254:3128 [hangs for ~10s]FFFFFFFFFFFFFFFF:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:/usr/src/crypto/external/bsd/openssl/dist/ssl/record/rec_layer_s3.c:322: fetch: https://google.com: Authentication error
PR 58656. Fixed in base libfetch; needs to be merged into pkgsrc libfetch. -RVP