Hello,
I installed Apigee Dev Portal and i wired it to share postgres with Apigee Edge. While getting installed, apigee-lb does not come up reporting the following error
apigee-configutil: apigee-lb: # OK # in pid 106323, pgrp=106117 -> 106323 /opt/apigee/apigee-lb-1.0.0-0.0.59/bin/start: line 5: run_action: command not found nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /opt/apigee/apigee-lb-1.0.0-0.0.59/conf/nginx.conf:1 md5_dgst.c(80): OpenSSL internal error, assertion failed: Digest MD5 forbidden in FIPS mode!
I am trying to run the Dev Portal on HTTP , so i am not sure why is OpenSSL in play. Any pointers towards resolution?
OS : RHEL 7.3
Apigee Version: 4.17.01
All processes and directories are owned by apigee
SELinux is Permissive
Regards,
Rahul
Answer by Russell Blewitt · Jul 31, 2017 at 12:09 PM
Hi,
You have FIPS enabled on the host you are using. Check for the presence of
/etc/system-fips
If you move that file the nginx instance will start. If you need FIPS enable please file a support case so we can provide a longer term fix.