Hi,staff!
May be posting in this topic is late a little, but the problem described in the topic header is present, dillo still aborts downloads.
In TC9, and probably in TC10 too.
This trouble is caused by wget.tcz, now wget.tcz can not work properly with https.
Currently, wget is using gnutls for https, but it doesn't work. I've made my own wget extension using openssl instead of gnutls, and the problem disappeared.
I used wget 1.20.3 sources and build wget with "--with-ssl=openssl" option.
I don't know what exactly is wrong with gnutls.tcz (gnutls3.6 too), maybe some changes in the outer world, wide implementation of TLS 1.3 version everywhere without options to downgrade it during data exchange.
But it seems to me, that wget is one of the basic tools, and it is prefered to make it work out of the box. I didn't checked the whole repo, but at least wget.tcz is dependancy of dillo and get_youtube-dl, so now both this extensions don't work properly.
Maybe, the right way would be to try the newest gnutls 3.6.7? I didn't done this yet, but the simplest way is to recompile wget with openssl, as openssl is widely used by other extensions too, so it will not cause exsessive memory usage for extra extensions.
I like TinyCore very much, and i think, that newcomers may be disappointed with broken wget and dillo, beside both of them are great software.
Am I right?