Re: TLS stall ftp or pkg_add

2020-07-18 Thread Ottavio Caruso
On Sat, 18 Jul 2020 at 20:01, Kevin Chadwick  wrote:
>
> Has anyone else noticed stalls when using a https link in /etc/installurl.


In a qemu guest in user mode networking, which is notoriously not very
efficient:

oc@OpenBSD:~$ uname -sr
OpenBSD 6.6
oc@OpenBSD:~$ cat /etc/installurl
https://cdn.openbsd.org/pub/OpenBSD
oc@OpenBSD:~$ doas pkg_add bzip2
quirks-3.187 signed on 2020-05-19T14:41:48Z
bzip2-1.0.8: ok

No stalls here.

-- 
Ottavio Caruso



Re: TLS stall ftp or pkg_add

2020-07-18 Thread Theo de Raadt
I think that machine is badly filtered.  I don't think it is our
problem.


Kevin Chadwick  wrote:

> Has anyone else noticed stalls when using a https link in /etc/installurl.
> 
> I found that downloading the following file works fine in Chrome but stalls at
> 128K every time via ftp before completing a significant time later.
> 
> https://ftp.heanet.ie/pub/OpenBSD/snapshots/packages/amd64/bzip2-1.0.8.tgz
> 
> It also downloads without stalling via ftp as an http link.
> 



TLS stall ftp or pkg_add

2020-07-18 Thread Kevin Chadwick
Has anyone else noticed stalls when using a https link in /etc/installurl.

I found that downloading the following file works fine in Chrome but stalls at
128K every time via ftp before completing a significant time later.

https://ftp.heanet.ie/pub/OpenBSD/snapshots/packages/amd64/bzip2-1.0.8.tgz

It also downloads without stalling via ftp as an http link.