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

HP-2655 | fix: uwsgi has version mismatches with precompiled python libs #315

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. chore: ssl is not terminated by uwsgi

    Disable ssl for uwsgi.
    
    Refs: HP-2655
    charn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e14539d View commit details
    Browse the repository at this point in the history
  2. fix: uwsgi has version mismatches with precompiled python libs

    lxml and xmlsec were installed as prebuilt python wheels. This
    caused version mismatch with uwsgi which was built against
    xmlsec1 and libxml2 libraries installed in the Dockerfile.
    
    lxml and xmlsec will now be compiled against the same libraries
    as uwsgi to avoid version mismatch issue.
    
    Refs: HP-2655
    charn committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    113ce3e View commit details
    Browse the repository at this point in the history