<div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:small">fetch works.</div><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif;display:inline"><br></div></div><div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif;display:inline">​</div>Tim<br></div></div></div>
<br><div class="gmail_quote">On Sun, Apr 30, 2017 at 11:01 AM, Antonio Huete Jiménez <span dir="ltr"><<a href="mailto:tuxillo@quantumachine.net" target="_blank">tuxillo@quantumachine.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
What about system utilities like fetch(1)?<br>
Do they show the same behaviour?<br>
<br>
Regards,<br>
Antonio Huete<br>
<br>
Tim Darby <<a href="mailto:t%2Bdfbsd@timdarby.net" target="_blank">t+dfbsd@timdarby.net</a>> escribió:<div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Actually, that's what I normally do, but I'm running a builder program that<br>
needs to do a git clone with https. BTW, curl has the same issue:<br>
<br>
% curl <a href="https://www.github.com" rel="noreferrer" target="_blank">https://www.github.com</a><br>
curl: (60) SSL certificate problem: unable to get local issuer certificate<br>
More details here: <a href="https://curl.haxx.se/docs/sslcerts.html" rel="noreferrer" target="_blank">https://curl.haxx.se/docs/sslc<wbr>erts.html</a><br>
<br>
curl performs SSL certificate verification by default, using a "bundle"<br>
 of Certificate Authority (CA) public keys (CA certs). If the default<br>
 bundle file isn't adequate, you can specify an alternate file<br>
 using the --cacert option.<br>
If this HTTPS server uses a certificate signed by a CA represented in<br>
 the bundle, the certificate verification probably failed due to a<br>
 problem with the certificate (it might be expired, or the name might<br>
 not match the domain name in the URL).<br>
If you'd like to turn off curl's verification of the certificate, use<br>
 the -k (or --insecure) option.<br>
<br>
Tim<br>
<br>
On Sun, Apr 30, 2017 at 10:16 AM, Zachary Crownover <<br>
<a href="mailto:zachary.crownover@gmail.com" target="_blank">zachary.crownover@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Easiest fix is to just use SSH for your git connections. change https:///<br>
<a href="http://github.com/DragonFlyBSD/DragonFlyBSD.git" rel="noreferrer" target="_blank">github.com/DragonFlyBSD/Dragon<wbr>FlyBSD.git</a> to git@github.com:DragonFlyBSD/Dr<wbr>agonFlyBSD.git<br>
and you won't have that issue.<br>
<br>
On Sun, Apr 30, 2017 at 10:13 AM, PeerCorps Trust Fund <<br>
<a href="mailto:ipc@peercorpstrust.org" target="_blank">ipc@peercorpstrust.org</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Same issue here. Running on 4.9-DEVELOPMENT DragonFly<br>
v4.9.0.223.g4f0ea-DEVELOPMENT. Also after a pkg upgrade.<br>
<br>
Michael<br>
<br>
<br>
On 04/30/2017 05:28 PM, Tim Darby wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I did a pkg upgrade at the same time, so I wonder if libressl is to<br>
blame.<br>
<br>
Tim<br>
<br>
On Sun, Apr 30, 2017 at 7:16 AM, Tim Darby <<a href="mailto:t%2Bdfbsd@timdarby.net" target="_blank">t+dfbsd@timdarby.net</a>> wrote:<br>
<br>
I just updated to the latest master and noticed this:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
% git clone <a href="https://github.com/DragonFlyBSD/DragonFlyBSD.git" rel="noreferrer" target="_blank">https://github.com/DragonFlyBS<wbr>D/DragonFlyBSD.git</a><br>
Cloning into 'DragonFlyBSD'...<br>
fatal: unable to access '<a href="https://github.com/DragonFlyB" rel="noreferrer" target="_blank">https://github.com/DragonFlyB</a><br>
SD/DragonFlyBSD.git/':<br>
SSL certificate problem: unable to get local issuer certificate<br>
<br>
I've never had to tell git where to find its CA certs:<br>
<br>
% git config --global http.sslCAinfo /etc/ssl/certs/cert.pem<br>
% git clone <a href="https://github.com/DragonFlyBSD/DragonFlyBSD.git" rel="noreferrer" target="_blank">https://github.com/DragonFlyBS<wbr>D/DragonFlyBSD.git</a><br>
Cloning into 'DragonFlyBSD'...<br>
remote: Counting objects: 508865, done.<br>
remote: Compressing objects: 100% (52/52), done.<br>
<br>
Tim<br>
<br>
<br>
</blockquote>
<br>
</blockquote></blockquote>
<br>
<br>
--<br>
Sincerely,<br>
<br>
Zachary Crownover<br>
<br>
</blockquote></blockquote>
<br>
<br>
<br>
</div></div></blockquote></div><br></div></div>