* bug#22408: wget rejects Let's Encrypt certs, although Icecat accepts them
@ 2016-01-19 14:27 Mark H Weaver
2016-01-20 5:03 ` Leo Famulari
2017-03-05 21:05 ` Leo Famulari
0 siblings, 2 replies; 4+ messages in thread
From: Mark H Weaver @ 2016-01-19 14:27 UTC (permalink / raw)
To: 22408
On recent GuixSD, IceCat accepts the Let's Encrypt certificate from
https://git.dthompson.us/, but 'wget' rejects it:
mhw@jojen:~$ wget https://git.dthompson.us/presentations.git/blob/HEAD:/guix-blu-2016-01-20.pdf
--2016-01-19 09:23:23-- https://git.dthompson.us/presentations.git/blob/HEAD:/guix-blu-2016-01-20.pdf
Resolving git.dthompson.us (git.dthompson.us)... 23.92.20.238
Connecting to git.dthompson.us (git.dthompson.us)|23.92.20.238|:443... connected.
ERROR: The certificate of ‘git.dthompson.us’ is not trusted.
ERROR: The certificate of ‘git.dthompson.us’ hasn't got a known issuer.
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22408: wget rejects Let's Encrypt certs, although Icecat accepts them
2016-01-19 14:27 bug#22408: wget rejects Let's Encrypt certs, although Icecat accepts them Mark H Weaver
@ 2016-01-20 5:03 ` Leo Famulari
2016-01-24 12:29 ` Ni* Gillmann
2017-03-05 21:05 ` Leo Famulari
1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2016-01-20 5:03 UTC (permalink / raw)
To: Mark H Weaver; +Cc: 22408
On Tue, Jan 19, 2016 at 09:27:09AM -0500, Mark H Weaver wrote:
> On recent GuixSD, IceCat accepts the Let's Encrypt certificate from
> https://git.dthompson.us/, but 'wget' rejects it:
>
> mhw@jojen:~$ wget https://git.dthompson.us/presentations.git/blob/HEAD:/guix-blu-2016-01-20.pdf
> --2016-01-19 09:23:23-- https://git.dthompson.us/presentations.git/blob/HEAD:/guix-blu-2016-01-20.pdf
> Resolving git.dthompson.us (git.dthompson.us)... 23.92.20.238
> Connecting to git.dthompson.us (git.dthompson.us)|23.92.20.238|:443... connected.
> ERROR: The certificate of ‘git.dthompson.us’ is not trusted.
> ERROR: The certificate of ‘git.dthompson.us’ hasn't got a known issuer.
I don't think this issue is specific to our packaging. On up-to-date
Debian testing, I have the same result from Debian's wget.
I don't know how good the ssllabs.com test is, but it did report some
errors while testing the domain.
Let's Encrypt certs can work in Debian's and Guix's wget. I could `wget
--https-only` from my domain with a Let's Encrypt cert with HTTP Strict
Transport Security enabled.
>
> Mark
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22408: wget rejects Let's Encrypt certs, although Icecat accepts them
2016-01-20 5:03 ` Leo Famulari
@ 2016-01-24 12:29 ` Ni* Gillmann
0 siblings, 0 replies; 4+ messages in thread
From: Ni* Gillmann @ 2016-01-24 12:29 UTC (permalink / raw)
To: Leo Famulari; +Cc: 22408
Leo Famulari <leo@famulari.name> writes:
> On Tue, Jan 19, 2016 at 09:27:09AM -0500, Mark H Weaver wrote:
>> On recent GuixSD, IceCat accepts the Let's Encrypt certificate from
>> https://git.dthompson.us/, but 'wget' rejects it:
>>
>> mhw@jojen:~$ wget https://git.dthompson.us/presentations.git/blob/HEAD:/guix-blu-2016-01-20.pdf
>> --2016-01-19 09:23:23-- https://git.dthompson.us/presentations.git/blob/HEAD:/guix-blu-2016-01-20.pdf
>> Resolving git.dthompson.us (git.dthompson.us)... 23.92.20.238
>> Connecting to git.dthompson.us (git.dthompson.us)|23.92.20.238|:443... connected.
>> ERROR: The certificate of ‘git.dthompson.us’ is not trusted.
>> ERROR: The certificate of ‘git.dthompson.us’ hasn't got a known issuer.
>
> I don't think this issue is specific to our packaging. On up-to-date
> Debian testing, I have the same result from Debian's wget.
>
> I don't know how good the ssllabs.com test is, but it did report some
> errors while testing the domain.
>
> Let's Encrypt certs can work in Debian's and Guix's wget. I could `wget
> --https-only` from my domain with a Let's Encrypt cert with HTTP Strict
> Transport Security enabled.
>
>
I could run on debian testing, last updated 16 hours ago, the following
without issues:
wget https://gedankenausbruch.com/downloadbereich/Hinweis%20beim%20Download.txt
running
gnurl -O https://gedankenausbruch.com/downloadbereich/Hinweis%20beim%20Download.txt
on up-to-date guixsd did work too.
gedankenausbruch.com is signed by let's encrypt too:
https://www.ssllabs.com/ssltest/analyze.html?d=gedankenausbruch.com
This doesn't prove anything, but I guess it's no bug but
misconfiguration at dthompson.us ?
>>
>> Mark
>>
>>
>>
>
>
>
--
ng/ni*
vcard: http://krosos.sdf.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#22408: wget rejects Let's Encrypt certs, although Icecat accepts them
2016-01-19 14:27 bug#22408: wget rejects Let's Encrypt certs, although Icecat accepts them Mark H Weaver
2016-01-20 5:03 ` Leo Famulari
@ 2017-03-05 21:05 ` Leo Famulari
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2017-03-05 21:05 UTC (permalink / raw)
To: 22408-done
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
On Tue, Jan 19, 2016 at 09:27:09AM -0500, Mark H Weaver wrote:
> On recent GuixSD, IceCat accepts the Let's Encrypt certificate from
> https://git.dthompson.us/, but 'wget' rejects it:
>
> mhw@jojen:~$ wget https://git.dthompson.us/presentations.git/blob/HEAD:/guix-blu-2016-01-20.pdf
This works for me on GuixSD, so I'm closing the bug.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-05 21:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 14:27 bug#22408: wget rejects Let's Encrypt certs, although Icecat accepts them Mark H Weaver
2016-01-20 5:03 ` Leo Famulari
2016-01-24 12:29 ` Ni* Gillmann
2017-03-05 21:05 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.