live check fetch failures

Joshua Root jmr at macports.org
Sat Jun 19 12:35:26 UTC 2021


On 2021-6-19 20:12 , Christopher Jones wrote:
> A quick web search suggests this could be an issue with an older version of (lib)curl being used ? Does anyone have any insights into this ?

Certainly seems OK with the MacPorts version but not the system version. 
I don't know any specifics, but it seems like maybe the system version 
defaults to an older TLS protocol and this server doesn't allow it.

% /opt/local/bin/curl -Lo test.html https://downloads.xiph.org/releases/ogg/
   % Total    % Received % Xferd  Average Speed   Time    Time     Time 
  Current
                                  Dload  Upload   Total   Spent    Left 
  Speed
100   161  100   161    0     0    275      0 --:--:-- --:--:-- --:--:-- 
   277
100 12736    0 12736    0     0   9545      0 --:--:--  0:00:01 --:--:-- 
34144

% /usr/bin/curl -Lo test.html https://downloads.xiph.org/releases/ogg/
   % Total    % Received % Xferd  Average Speed   Time    Time     Time 
  Current
                                  Dload  Upload   Total   Spent    Left 
  Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:-- 
--:--:--     0
curl: (35) error:1400442E:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert 
protocol version

- Josh


More information about the macports-dev mailing list