Re-installed fog - now client issues
-
------------------------------------------------------------------------------ --------------------------------Authentication-------------------------------- ------------------------------------------------------------------------------ 1/23/2018 10:49 AM Client-Info Version: 0.11.12 1/23/2018 10:49 AM Client-Info OS: Windows 1/23/2018 10:49 AM Middleware::Authentication Waiting for authentication timeout to pass 1/23/2018 10:51 AM Middleware::Communication Download: http://10fogserver/fog/management/other/ssl/srvpublic.crt 1/23/2018 10:51 AM Data::RSA FOG Server CA cert found 1/23/2018 10:51 AM Data::RSA ERROR: Certificate validation failed 1/23/2018 10:51 AM Data::RSA ERROR: Trust chain did not complete to the known authority anchor. Errors: The signature of the certificate cannot be verified. (NotSignatureValid) 1/23/2018 10:51 AM Middleware::Authentication ERROR: Could not authenticate 1/23/2018 10:51 AM Middleware::Authentication ERROR: Certificate is not from FOG CA
I made backup copies before re-installing.
what do I need to do to restore fog-client communications?Thanks!
-
@Greg-Plamondon re-run the installer with
./installfog.sh -K
. That will regenerate your certificates using your old server’s private CA key, assuming it was transferred over properly. -
@greg-plamondon you still have the original /opt/fog/ssl folder? I’d recommend putting the old back in and rerun installed.
-
-
@tom-elliott yes, I made a copy of it.
-
@tom-elliott
I did what you said and coptied the files back and re-ran the installer.but I still get this.
------------------------------------------------------------------------------ --------------------------------Authentication-------------------------------- ------------------------------------------------------------------------------ 1/23/2018 1:55 PM Client-Info Version: 0.11.12 1/23/2018 1:55 PM Client-Info OS: Windows 1/23/2018 1:55 PM Middleware::Authentication Waiting for authentication timeout to pass 1/23/2018 1:55 PM Middleware::Communication Download: http://10fogserver/fog/management/other/ssl/srvpublic.crt 1/23/2018 1:55 PM Data::RSA FOG Server CA cert found 1/23/2018 1:55 PM Data::RSA ERROR: Certificate validation failed 1/23/2018 1:55 PM Data::RSA ERROR: Trust chain did not complete to the known authority anchor. Errors: The signature of the certificate cannot be verified. (NotSignatureValid) 1/23/2018 1:55 PM Middleware::Authentication ERROR: Could not authenticate 1/23/2018 1:55 PM Middleware::Authentication ERROR: Certificate is not from FOG CA
-
@greg-plamondon Did you look at the link that Joe posted?
-
@wayne-workman
Yes I did it basically said to do what Tom asked. -
@Greg-Plamondon re-run the installer with
./installfog.sh -K
. That will regenerate your certificates using your old server’s private CA key, assuming it was transferred over properly. -
Thanks Joe.
Solved.