Jump to content

Recommended Posts

Posted

Hello all

 

We've had a problem with our Chromebooks since the Chrome OS 70 update, namely that the Smoothwall https certificate that used to be deployed via the G Suite admin console is no longer working, ie all updated Chromebooks can't do anything without a privacy error. After much testing, I can get the same certificate from smoothwall/modules/guardian3/mitm/ and install that manually, which fixes it. It's the same certificate as in the admin console, so I know it's not a problem with the certificate already in there. At the moment I'm doing them one by one as they update ... we have 250 odd. I'm not even sure if it's a Smoothwall problem or a G Suite problem.

 

Anyone else have the same issue?

 

TIA

Posted

Hi

 

No - I've spoken to Google about it and they've asked for lots of screenshots, which I've provided. They said they were aware of the issue.

 

Is it the same for you? Smoothwall and G Suite?

Posted
I'm not even sure if it's a Smoothwall problem or a G Suite problem.

I had exactly the same issue with G Suite and Chromebooks, but my school has a Sophos XG. I think Google have changed something recently. :)

 

After speaking with Google Cloud support we found out it was caused by the HTTPS interception certificate missing several "extensions" (the most important being the keyUsage extension).

 

I therefore modified our existing XG MITM certificate to include these using OpenSSL (without changing the CN or private key) and it now works.

 

https://serverfault.com/questions/861975/re-issuing-self-signed-root-ca-without-invalidating-certificates-signed-by-it

 

[color="#FF0000"]basicConstraints = critical, CA:TRUE, pathlen:0
keyUsage = critical, keyCertSign[/color]
subjectKeyIdentifier = hash
subjectAltName = @Alt_names

 

Perhaps when @russlp regenerated the certificate it added the missing extensions?

  • Thanks 2
Posted
Yes, I think your're right. Our original certificates were created a while ago and didn't have all the extensions that the new ones do.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...