On 2014-07-11, Steve Shockley <[email protected]> wrote: > Since 5.5 patch 003, when I use ftp(1) to connect to an https server > using a proxy (either a proxy that does SSL decryption or one that does > a straight CONNECT), ftp refuses to connect complaining that "host > proxyname not present in server certificate".
Oh, this is related to the reason why HTTP/1.1 Host: headers are broken in ftp(1) over a proxy ... > I tried adding '-S dont' > but it didn't seem to help. Any suggestions? I haven't tried it on 5.5+patch, but that does work with -current: http_proxy=http://$someproxy:3128/ ftp -S dont -o- https://https.openbsd.org/

