juparker37

Results 10 comments of juparker37

Why would I make a post title with an error? I am trying to resolve the missing Python.h missing headers.

~~~ (env) [django@server01 ~]$ ls -la /usr/include/python3.11 total 68 drwxr-xr-x 2 root root 4096 Jul 31 16:39 . drwxr-xr-x. 59 root root 12288 Aug 18 00:35 .. -rw-r--r-- 1 root...

Thank you for the help. It seems I thought I had the base and extras EPEL repos enabled, but I did not. Once enabling them, I was about to find...

> Are you certain you meant to configure `cert_reqs`, your curl test is not using client auth. Also, reread the logs emitted by Gunicorn. If you have not seen the...

Are we assuming that Gunicorn does not support mTLS (mutual TLS) to secure the backend instead of terminating the TLS connection a Nginx and the plaintext talking to the app?

When I go to https://192.168.46.69:9450/dashboard using Incognito directly and bypass proxy, the Gunicorn TLS config is still not working. Browser is still saying connection not secure. I tried to comment...

Yes, that block of code was already in place. To minimize confusion, here is the entire Python file. `from django.shortcuts import redirect from keycloak import KeycloakOpenID keycloak_openid_connect = KeycloakOpenID( server_url="https://server01.mydomain.com:9444/auth",...

So I copied and pasted exacly what your example shows on the docs page and put in my variables, and both 'config_well_known' and 'oauth_auth_request' return module error. `from keycloak import...

Issue seems to be resolved once added "import keycloak" in the Python script. The keycloak and python-keycloak site-packets module relationship is confusing. I also use /auth in my URLS so...

So this issue just died? uWSGI community is not going to support later versions of GCC? Seems like everyone is running Ubuntu, but for us RHEL users, I am running...