Skip to content
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

Unable to build FIPS compliant images with OpenSSL Base Provider 3.1.6 & OpenSSL FIPS Provider 3.0.9 #5913

Closed
shaun-nx opened this issue Jul 2, 2024 · 1 comment
Labels
backlog Pull requests/issues that are backlog items
Milestone

Comments

@shaun-nx
Copy link
Contributor

shaun-nx commented Jul 2, 2024

Example nginx config:

events {
    worker_connections 1024;
}

http {
    server {
        listen 30000;
        server_name localhost;

        location / {
            root /usr/share/nginx/html;
            index index.html index.htm;
        }
    }
}

Output from NGINX config test:

# nginx -T
nginx: configuration file /etc/nginx/nginx.conf test failed

NGINX version:

# nginx -v
nginx version: nginx/1.25.5 (nginx-plus-r32)

Alpine version:

# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.2
PRETTY_NAME="Alpine Linux v3.19"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"

Openssl version:

# apk info openssl
openssl-3.1.6-r0 description:
Toolkit for Transport Layer Security (TLS)

openssl-3.1.6-r0 webpage:
https://www.openssl.org/

openssl-3.1.6-r0 installed size:
732 KiB

fips module:

Providers:
  base
    name: OpenSSL Base Provider
    version: 3.1.6
    status: active
  fips
    name: OpenSSL FIPS Provider
    version: 3.0.9
    status: active
Copy link

github-actions bot commented Jul 2, 2024

Hi @shaun-nx thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂

Cheers!

@shaun-nx shaun-nx added the backlog Pull requests/issues that are backlog items label Jul 15, 2024
@shaun-nx shaun-nx added this to the Candidates milestone Sep 2, 2024
@shaun-nx shaun-nx added needs triage An issue that needs to be triaged and removed needs triage An issue that needs to be triaged labels Oct 21, 2024
@lucacome lucacome moved this to Prioritized backlog in NGINX Ingress Controller Jan 15, 2025
@pdabelf5 pdabelf5 moved this from Prioritized backlog to Done 🚀 in NGINX Ingress Controller Jan 20, 2025
@pdabelf5 pdabelf5 closed this as completed by moving to Done 🚀 in NGINX Ingress Controller Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Pull requests/issues that are backlog items
Projects
Status: Done 🚀
Development

No branches or pull requests

2 participants