Open jdrew82 opened 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
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.
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.
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.