Here's what happens.
$ wget yandex.ru
--2021-06-23 15:29:42-- http://yandex.ru/
Resolving yandex.ru (yandex.ru)... 5.255.255.60, 77.88.55.70, 77.88.55.66, ...
Connecting to yandex.ru (yandex.ru)|5.255.255.60|:80... connected.
HTTP request sent, awaiting response... 302 Moved temporarily
Location: https://yandex.ru/ [following]
--2021-06-23 15:29:43-- https://yandex.ru/
Connecting to yandex.ru (yandex.ru)|5.255.255.60|:443... connected.
HTTP request sent, awaiting response... 200 Ok
Length: unspecified [text/html]
Saving to: ‘index.html.1’
index.html.1 [<=> ] 0 --.-KB/s
And it just stuck there. Can hang there for 5 or more minutes and then finally fail. Same with curl, git and npm stuff.
Before that update, everything worked absolutely great.