Updated FOG Server now Clients Unable to Authenticate (RSA Error)
-
I’ve just updated our FOG server to SVN 6120 this morning and some existing clients (Windows 10) are now throwing this error?
Uninstall/reinstall of the client fixes it but clearly this is not something we can do every time we update the server.Any advice welcomed.
Thanks
-
Can you try again with the update?
I found a typo in the code that was potentially forcing a change of the keys.
Before running the installer, please check the file:
/opt/fog/.fogsettings
And I’ll bet you’ll see something near the end of the file like:
caCreated=‘’
Please edit the line to say:
caCreated=‘yes’
-
@Tom-Elliott This is why I snapshot before updating, and keep 2 to 3 snapshots. Safety nets are good.
-
@Tom-Elliott Thanks
Updated the file as instructed.