linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* https://btrfs.wiki.kernel.org having OCSP issues?
@ 2015-12-28  9:20 Duncan
  2015-12-28  9:29 ` Roman Mamedov
  0 siblings, 1 reply; 5+ messages in thread
From: Duncan @ 2015-12-28  9:20 UTC (permalink / raw)
  To: linux-btrfs

Firefox is currently giving me OCSP errors for the wiki.  Links has no 
problem, presumably because it doesn't validate the cert or ignores OCSP 
timeouts, but lynx is throwing errors as well, so it's not just firefox.

Others? What's up?

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: https://btrfs.wiki.kernel.org having OCSP issues?
  2015-12-28  9:20 https://btrfs.wiki.kernel.org having OCSP issues? Duncan
@ 2015-12-28  9:29 ` Roman Mamedov
  2015-12-28 10:34   ` Duncan
  0 siblings, 1 reply; 5+ messages in thread
From: Roman Mamedov @ 2015-12-28  9:29 UTC (permalink / raw)
  To: Duncan; +Cc: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

On Mon, 28 Dec 2015 09:20:09 +0000 (UTC)
Duncan <1i5t5.duncan@cox.net> wrote:

> Firefox is currently giving me OCSP errors for the wiki.  Links has no 
> problem, presumably because it doesn't validate the cert or ignores OCSP 
> timeouts, but lynx is throwing errors as well, so it's not just firefox.

Do you get the same problem with https://www.kernel.org/ ?

Or any other wiki listed at https://wiki.kernel.org/ ?

Can you download http://crl.startssl.com/crt2-crl.crl at your machine?

In general this seems to be a kernel.org webmasters concern, not for Btrfs
developers to do anything about.

-- 
With respect,
Roman

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: https://btrfs.wiki.kernel.org having OCSP issues?
  2015-12-28  9:29 ` Roman Mamedov
@ 2015-12-28 10:34   ` Duncan
  2015-12-28 14:03     ` Duncan
  0 siblings, 1 reply; 5+ messages in thread
From: Duncan @ 2015-12-28 10:34 UTC (permalink / raw)
  To: linux-btrfs

Roman Mamedov posted on Mon, 28 Dec 2015 14:29:43 +0500 as excerpted:

> On Mon, 28 Dec 2015 09:20:09 +0000 (UTC)
> Duncan <1i5t5.duncan@cox.net> wrote:
> 
>> Firefox is currently giving me OCSP errors for the wiki.  Links has no
>> problem, presumably because it doesn't validate the cert or ignores
>> OCSP timeouts, but lynx is throwing errors as well, so it's not just
>> firefox.
> 
> Do you get the same problem with https://www.kernel.org/ ?

That one works fine.
 
> Or any other wiki listed at https://wiki.kernel.org/ ?

That one doesn't.  Same sec_error_ocsp_bad_signature error.

> Can you download http://crl.startssl.com/crt2-crl.crl at your machine?

That works fine.  But according to wikipedia (where https is working 
fine, BTW), OCSP was created as an alternative to CRLs.

https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol

Based on the sequence outlined there and the error firefox is returning, 
seems the OCSP responder is returning responses that don't verify against 
its public key.  So assuming no MitM attack, it'd be the OCSP responder 
that's badly configured, not (directly) wiki.kernel.org or its cert.

> In general this seems to be a kernel.org webmasters concern, not for
> Btrfs developers to do anything about.

Agreed.  But bugzilla.kernel.org is failing with the same error, so I 
can't report the bug there... or even look to see if anyone else has in 
the hour or two since I started seeing issues.  And this is the only vger 
list I follow, so...

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: https://btrfs.wiki.kernel.org having OCSP issues?
  2015-12-28 10:34   ` Duncan
@ 2015-12-28 14:03     ` Duncan
  2015-12-28 15:39       ` Chris Mason
  0 siblings, 1 reply; 5+ messages in thread
From: Duncan @ 2015-12-28 14:03 UTC (permalink / raw)
  To: linux-btrfs

Duncan posted on Mon, 28 Dec 2015 10:34:49 +0000 as excerpted:

>> On Mon, 28 Dec 2015 09:20:09 +0000 (UTC)
>> Duncan <1i5t5.duncan@cox.net> wrote:
>> 
>>> Firefox is currently giving me OCSP errors for the wiki.

Whatever the problem was, it seems to be fixed, now. =:^)

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: https://btrfs.wiki.kernel.org having OCSP issues?
  2015-12-28 14:03     ` Duncan
@ 2015-12-28 15:39       ` Chris Mason
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Mason @ 2015-12-28 15:39 UTC (permalink / raw)
  To: Duncan; +Cc: linux-btrfs

On Mon, Dec 28, 2015 at 02:03:58PM +0000, Duncan wrote:
> Duncan posted on Mon, 28 Dec 2015 10:34:49 +0000 as excerpted:
> 
> >> On Mon, 28 Dec 2015 09:20:09 +0000 (UTC)
> >> Duncan <1i5t5.duncan@cox.net> wrote:
> >> 
> >>> Firefox is currently giving me OCSP errors for the wiki.
> 
> Whatever the problem was, it seems to be fixed, now. =:^)

I caught this after the magic fix, but I can always forward to
kernel.org admins when other tools are busted.  Thanks for sending it
along.

-chris

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-28 15:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28  9:20 https://btrfs.wiki.kernel.org having OCSP issues? Duncan
2015-12-28  9:29 ` Roman Mamedov
2015-12-28 10:34   ` Duncan
2015-12-28 14:03     ` Duncan
2015-12-28 15:39       ` Chris Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).