Does SSL encryption works because someone pays licensing fee? Sorry for being ignorant, but is this really how web security works?
Short version:
No. But SSL certificates have valid from and to dates. They do have to be renewed / updated
Longer version, probably wrong on some things, and missing *a lot* of detail but generally covering the situation.
What happened here is Firefox will verify that the addons you have are legitimate and safe.
It talks back to the servers that know this over SSL.
In order to avoid certain compromises it knows certain things about the SSLs, (call it a serial number, not 100% the same but close enough) and does not just assume they are good. Unlike what happens when you just use http
s: which will take just about any SSL cert as good unless it has been specifically revoked.
One of those expired this AM at 00:00 UTC
Unlike getting an SSL for a website for free or $10.00 there are more checks that have to go into these certs.
Also since certain things are coded into the browser for safety that has to be updated also.
-Dave