--
You received this message because you are subscribed to the Google Groups "autopkg-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to autopkg-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Jul 4, 2018, at 9:17 AM, John Lockwood <jeloc...@gmail.com> wrote:Hi Anthony,Yes using FF 56.0.2Using CCK2 2.2.5 no idea what date that corresponds to.Thanks for the pointer about FF 62 and the new approach. I will have a look at that as well.
On Wednesday, 4 July 2018 16:39:41 UTC+1, Anthony Reimer wrote:Just to make certain there is no little glitch related to the issues Mike Kaply raised in this blog post:
https://mike.kaply.com/2018/05/09/an-enterprising-future/
1. You built the CCK2 config file using Firefox 52 ESR or some non-Quantum release (you said you used Firefox 56, which should be OK).
2. The version of the CCK2 extension you used to build the CCK2 config is May 8 or later (latest release appears to be June 20); this added support for v. 60.
If I'm reading his post correctly, using CCK2 will break in Firefox 62 regardless; you need to use the 60 ESR branch to continue using CCK2. The alternative is to use the new policy engine, which I believe mosen is attempting to do in his FirefoxESRPolicies recipes (which borrows liberally from Greg's FirefoxAutoconfig recipes):
https://github.com/autopkg/mosen-recipes/tree/master/Mozilla
This is a Windows only policy that tells Firefox to read certificates from the Windows certificate store.
{
"policies": {
"Certificates": {
"ImportEnterpriseRoots": [true|false]
}
}
}