You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attempting to get the chef-server-fips-core package to run a complete chef-server-ctl reconfigure after a fresh install. is there some additional chef-server.rb setting that is missing?
[root@dev-chefserver-001 ~]# chef-server-ctl reconfigure
Starting Chef Client, version 12.17.23
OpenSSL FIPS 140 mode enabled
resolving cookbooks for run list: ["private-chef::fips", "private-chef::default"]
Synchronizing Cookbooks:
private-chef (0.1.0)
enterprise (0.10.1)
apt (2.9.2)
yum (3.13.0)
openssl (6.0.0)
runit (1.6.0)
packagecloud (0.2.5)
Installing Cookbook Gems:
Compiling Cookbooks...
[2016-11-23T20:39:10+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
[2016-11-23T20:39:10+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt
[2016-11-23T20:39:10+00:00] WARN: Chef::Provider::YumRepository already exists! Cannot create deprecation class for LWRP provider yum_repository from cookbook yum
[2016-11-23T20:39:10+00:00] WARN: YumRepository already exists! Deprecation class overwrites Custom resource yum_repository from cookbook yum
Recipe: private-chef::default
directory[/etc/opscode] action create (up to date)
directory[/etc/opscode/logrotate.d] action create
create new directory /etc/opscode/logrotate.d
change mode from '' to '0755'
change owner from '' to 'root'
change group from '' to 'root'
restore selinux security context
sha512.c(81): OpenSSL internal error, assertion failed: Low level API call to digest SHA512 forbidden in FIPS mode!
Apologies for the delay. The chef-server-core-fips build is a currently an unsupported development branch. There's work in-flight now to integrate some of the features in that branch into the Chef Server. We hope to release that work in early 2017. Apologies for the confusion this build may have caused. I'm going to close this issue for now.
Low level API calls to encryption algorithms are not allowed when using the
OpenSSL FIPS 140-2 module. When FIPS mode is enabled, all calls must go through
the FIPS module.
Fixes#1024
Signed-off-by: Bryan McLellan <[email protected]>
attempting to get the chef-server-fips-core package to run a complete chef-server-ctl reconfigure after a fresh install. is there some additional chef-server.rb setting that is missing?
[root@dev-chefserver-001 ~]# chef-server-ctl reconfigure
Starting Chef Client, version 12.17.23
OpenSSL FIPS 140 mode enabled
resolving cookbooks for run list: ["private-chef::fips", "private-chef::default"]
Synchronizing Cookbooks:
Installing Cookbook Gems:
Compiling Cookbooks...
[2016-11-23T20:39:10+00:00] WARN: Chef::Provider::AptRepository already exists! Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
[2016-11-23T20:39:10+00:00] WARN: AptRepository already exists! Deprecation class overwrites Custom resource apt_repository from cookbook apt
[2016-11-23T20:39:10+00:00] WARN: Chef::Provider::YumRepository already exists! Cannot create deprecation class for LWRP provider yum_repository from cookbook yum
[2016-11-23T20:39:10+00:00] WARN: YumRepository already exists! Deprecation class overwrites Custom resource yum_repository from cookbook yum
Recipe: private-chef::default
sha512.c(81): OpenSSL internal error, assertion failed: Low level API call to digest SHA512 forbidden in FIPS mode!
Using package
wget https://chef.bintray.com/current-yum/el/6/x86_64/chef-server-fips-core-12.11.2+20161123121032-1.el6.x86_64.rpm
The text was updated successfully, but these errors were encountered: