| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR updates the nginx mTLS auth helper script to generate a localhost server certificate that includes a Subject Alternative Name (SAN), addressing stricter hostname verification behavior (e.g., clients using urllib3 >= 2 that no longer rely on CN alone).
Changes:
Sorry, something went wrong.
| echo "WARNING: For development and testing only. Please follow your organization security practices on handling and distribution of cryptography material." | ||
| echo "====================================================================================================================================================" | ||
| openssl req -x509 -nodes -days 1 -newkey rsa:4096 -keyout server.key -out server.pem -subj "/C=US/CN=localhost" | ||
| openssl req -x509 -nodes -days 1 -newkey rsa:4096 -keyout server.key -out server.pem -subj "/C=US/CN=localhost" -addext "subjectAltName=DNS:localhost,IP:127.0.0.1" |
There was a problem hiding this comment.
OpenSSL 1.0.2 and 1.1.0 had end of life in 2019. Comment is not relevant in our case.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
🛠 Summary
CVS-190150 - nginx update for urllib3 > 2
🧪 Checklist
``