-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent continuously logs error on FIPS compliant server #668
Milestone
Comments
linuxelf001
changed the title
Agent continously logs error on FIPS compliant server
Agent continuously logs error on FIPS compliant server
Apr 14, 2017
linuxelf001
changed the title
Agent continuously logs error on FIPS compliant server
Agent continuously logs error on RHEL 6.x FIPS compliant server
Apr 14, 2017
linuxelf001
changed the title
Agent continuously logs error on RHEL 6.x FIPS compliant server
Agent continuously logs error on FIPS compliant server
Apr 14, 2017
@linuxelf001 this is expected since the agent does not support FIPS today. |
Reopening to trace investigation / implementation. |
Addressed by #690 |
I have enabled FIPS on the Marketplace RHEL 7.4 image (kernel 3.10.0-693.el7.x86_64) and I can see the same error messages in waagent.log version
log
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue is reproduced on RHEL 6.8 test server {Dated: 04/12/2017}. Initially, FIPS mode is disabled
then enabled FIPS
Rebooted the server. After the agent restart, below messages are repeated in /var/log/waagent.log
2017/04/12 20:45:37.445520 ERROR run cmd '/usr/bin/openssl cms -decrypt -in /var/lib/waagent/Certificates.p7m -inkey /var/lib/waagent/TransportPrivate.pem -recip /var/lib/waagent/TransportCert.pem | /usr/bin/openssl pkcs12 -nodes -password pass: -out /var/lib/waagent/Certificates.pem' failed
2017/04/12 20:45:37.487112 ERROR Error Code:1
2017/04/12 20:45:37.493113 ERROR Result:MAC verified OK
Error outputting keys and certificates
140499593189192:error:060740A0:digital envelope routines:EVP_PBE_CipherInit:unknown cipher:evp_pbe.c:186:
140499593189192:error:23077073:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 algor cipherinit error:p12_decr.c:83:
140499593189192:error:2306A075:PKCS12 routines:PKCS12_item_decrypt_d2i:pkcs12 pbe crypt error:p12_decr.c:130:
The text was updated successfully, but these errors were encountered: