<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">port is built against system libcurl.<br />
<br />
I actually ran into that yesterday while compiling MacPorts under FreeBSD (unfortunately, the tcl build throws a core with a signal 11 when doing portindex).</div>
</div>
<div name="messageSignatureSection"><br />
<div class="matchFont">Marius
<div dir="auto">__</div>
<div dir="auto">Marius Schamschula</div>
</div>
</div>
<div name="messageReplySection">On Jun 19, 2021, 8:12 AM -0500, Christopher Jones <jonesc@hep.phy.cam.ac.uk>, wrote:<br />
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;"><br />
<br />
<blockquote type="cite">On 19 Jun 2021, at 1:35 pm, Joshua Root <jmr@macports.org> wrote:<br />
<br />
On 2021-6-19 20:12 , Christopher Jones wrote:<br />
<blockquote type="cite">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 ?<br /></blockquote>
<br />
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.<br />
<br />
% /opt/local/bin/curl -Lo test.html https://downloads.xiph.org/releases/ogg/<br />
% Total % Received % Xferd Average Speed Time Time Time Current<br />
Dload Upload Total Spent Left Speed<br />
100 161 100 161 0 0 275 0 --:--:-- --:--:-- --:--:-- 277<br />
100 12736 0 12736 0 0 9545 0 --:--:-- 0:00:01 --:--:-- 34144<br />
<br />
% /usr/bin/curl -Lo test.html https://downloads.xiph.org/releases/ogg/<br />
% Total % Received % Xferd Average Speed Time Time Time Current<br />
Dload Upload Total Spent Left Speed<br />
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0<br />
curl: (35) error:1400442E:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert protocol version<br />
<br />
- Josh<br /></blockquote>
<br />
I guess base doesn’t use macports curl, even if it is installed and first in PATH, as I do have it installed ? Or does base not invoke ‘curl’ at all but use some library instead ?</blockquote>
</div>
</body>
</html>