Content
You are here:
openproject reconfigure SSL isn't doing what the docs say it should
Added by Legorooj . over 3 years ago
I followed https://docs.openproject.org/installation-and-operations/configuration/ssl/, however when I reach the section of reconfigure
that deals with SSL, it asks me if I want to enable SSL, I enter ok
, and then it just completes the reconfigure without making a single change or asking me for anything else.
Completes with Nothing to do.
at the very end of the output.
Any suggestions? The site "works" - I can access it via direct IP address, and I can successfully access the site via http
but not via https - nothing has been setup.
Replies (5)
Hello,
Could you send the content of your
/etc/openproject/installer.dat
file, removing any sensitive information?Thank you,
Cyril
I should note that some of the keys (eg, memcached, server/autoinstall) are only set to
skip
after multiple reconfigures, and originally were set totrue
or whatever the values were for autoinstall.Same issue for me, its broken or documentation (https://www.openproject.org/docs/installation-and-operations/configuration/ssl/) is wrong. Cant add SSL via reconfigure.
Hello,
I have the same problem... I can't add any things for SSL via reconfigure ....
Théo Gamory wrote:
I have this when i say yes at SSL step :
[legacy-installer] ./bin/preinstall
[openproject-edition] ./bin/preinstall
[postgres] ./bin/preinstall
INFO: autoinstall=skip. Skipping to next step.
[apache2] ./bin/preinstall
[repositories] ./bin/preinstall
[memcached] ./bin/preinstall
No memcached server to install. Skipping.
[openproject] ./bin/preinstall
[legacy-installer] ./bin/postinstall
[openproject-edition] ./bin/postinstall
[postgres] ./bin/postinstall
[apache2] ./bin/postinstall
[repositories] ./bin/postinstall
[memcached] ./bin/postinstall
[openproject] ./bin/postinstall
/opt/openproject/config/constants/settings/definition.rb:295:in `find_env_var_override': Using unprefixed environment variables is deprecated. Please use OPENPROJECT_ATTACHMENTS_STORAGE_PATH instead of ATTACHMENTS_STORAGE_PATH (StructuredWarnings::StandardWarning)
/opt/openproject/config/constants/settings/definition.rb:295:in `find_env_var_override': Using unprefixed environment variables is deprecated. Please use OPENPROJECT_RAILS_CACHE_STORE instead of RAILS_CACHE_STORE (StructuredWarnings::StandardWarning)
/opt/openproject/config/constants/settings/definition.rb:295:in `find_env_var_override': Using unprefixed environment variables is deprecated. Please use OPENPROJECT_ATTACHMENTS_STORAGE_PATH instead of ATTACHMENTS_STORAGE_PATH (StructuredWarnings::StandardWarning)
/opt/openproject/config/constants/settings/definition.rb:295:in `find_env_var_override': Using unprefixed environment variables is deprecated. Please use OPENPROJECT_RAILS_CACHE_STORE instead of RAILS_CACHE_STORE (StructuredWarnings::StandardWarning)
Thank's !