As a result, FFox won't connect with technet. I get this:
"Secure Connection Failed
"An error occurred during a connection to technet.microsoft.com. The
OCSP response contains out-of-date information. (Error code:
sec_error_ocsp_old_response)"
This apparently has some link to Google Safe Browsing. If that's in my
FFox, then the Linux Mint distro put it there.
Any idea how to get rid of this irritation?
Thank You.
Oh, I did a DuckDuckGo search for
'https://sb-ssl.google.com/safebrowsing/newkey' but I don't read Russian
and I don't run Citrix.
--
Amazing 12-year old insect: Thunderbird Bug 121947.
Lizard spits out bug, buries it: Firefox Bug 1120734.
»Q«
unread,
Feb 1, 2015, 9:08:34 PM2/1/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
The Microsoft server redirects to the https URL, so there's nothing you
can do to force a plain http connection.
> As a result, FFox won't connect with technet. I get this:
>
> "Secure Connection Failed
>
> "An error occurred during a connection to technet.microsoft.com. The
> OCSP response contains out-of-date information. (Error code:
> sec_error_ocsp_old_response)"
> This apparently has some link to Google Safe Browsing. If that's in my
> FFox, then the Linux Mint distro put it there.
All Firefoxen use Google Safe Browsing by default. But Safe Browsing
is an entirely different thing from OCSP.
> Any idea how to get rid of this irritation?
In about:config, setting security.OCSP.enabled to 0 will work, but I'd
set it back to the default when Microsoft fixes their OCSP responder or
when you're done looking at the MS site, whichever comes first. (I'm
not certain, but I think the problem is that their responder is sending
the OCSP info with an expiry date of yesterday.)
WaltS48
unread,
Feb 1, 2015, 9:25:09 PM2/1/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-sup...@lists.mozilla.org
I had no problem with the site using Firefox 35.0 and 36.0b5.
--
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0a1
[Coexist · Understanding Across Divides](https://www.coexist.org/)
»Q«
unread,
Feb 1, 2015, 10:42:47 PM2/1/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Thanks for posting that -- it made me look again, and I think I gave
bad advice. Mark, instead of security.OCSP.enabled, have a look at
security.OCSP.require and if it's set to true, toggle it to false.
If security.OCSP.require is set to false (the default), OCSP should only
cause a roadblock if there really is something wrong with the site's
certificate, not when (as in this case) the cert is fine but something
is wrong with the OCSP responder.
Mark Filipak
unread,
Feb 1, 2015, 11:10:42 PM2/1/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to support...@lists.mozilla.org
On 02/01/2015 10:28 PM, »Q« wrote:
-really big snip-
> If security.OCSP.require is set to false (the default), OCSP should only
> cause a roadblock if there really is something wrong with the site's
> certificate, not when (as in this case) the cert is fine but something
> is wrong with the OCSP responder.
Hokey smokey! How do you keep up on that stuff?
»Q«
unread,
Feb 2, 2015, 12:09:46 AM2/2/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
> On 02/01/2015 10:28 PM, »Q« wrote:
> -really big snip-
> > If security.OCSP.require is set to false (the default), OCSP should
> > only cause a roadblock if there really is something wrong with the
> > site's certificate, not when (as in this case) the cert is fine but
> > something is wrong with the OCSP responder.
>
> Hokey smokey! How do you keep up on that stuff?
I sorta-kinda knew the basics of how OCSP works, from reading blogs and
mailing lists, but I didn't know exactly what the different prefs do,
which is why I first suggested turning OCSP off entirely. After
Walt's post, I did some searching and some testing and figured out the
better answer. At least I *hope* it was the better answer, and it
resolved the issue for me.
Mark Filipak
unread,
Feb 2, 2015, 2:21:45 AM2/2/15
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
> Thanks for posting that -- it made me look again, and I think I gave
> bad advice. Mark, instead of security.OCSP.enabled, have a look at
> security.OCSP.require and if it's set to true, toggle it to false.
>
> If security.OCSP.require is set to false (the default), OCSP should only
> cause a roadblock if there really is something wrong with the site's
> certificate, not when (as in this case) the cert is fine but something
> is wrong with the OCSP responder.
Brilliant, »Q«. You were indeed correct. In 'about:config',
'security.OCSP.require' was set to 'true'. I set it back to the default
('false') and all is happiness again.