nautobot / nautobot-docker-compose

Docker Compose for Nautobot
47 stars 39 forks source link

Documentation Missing on pyuwsgi and SSL #79

Open jdrew82 opened 3 months ago

jdrew82 commented 3 months ago

The documentation is missing information about pyuwsgi and SSL support. To support the https directive in uwsgi.ini you need to build pyuwsgi from source.

glennmatthews commented 3 months ago

Would it be good to just point to the relevant section in the Nautobot core docs? https://docs.nautobot.com/projects/core/en/stable/user-guide/administration/installation/nautobot/?h=pyuwsgi#prepare-the-virtual-environment

jdrew82 commented 3 months ago

Would it be good to just point to the relevant section in the Nautobot core docs? https://docs.nautobot.com/projects/core/en/stable/user-guide/administration/installation/nautobot/?h=pyuwsgi#prepare-the-virtual-environment

This might be related to specific versions of Nautobot as I think there was a fix in the included container version that supports SSL.

jdrew82 commented 1 month ago

So this is less of an issue now that pyUWSGI with SSL support is installed by default in Nautobot container and the Dockerfile has been corrected to ensure this package isn't overwritten or uninstalled so the SSL support should be in place. Might add a note in the FAQ about the error and how to address it.