Content
You are here:
QNAP docker installation - help needed with SSL
Added by D S about 1 year ago
Hi,
I'm trying to install OpenProject on a QNAP server and I'm having trouble getting the web interface to work.
I have /docker_data/assets and /docker_data/pgdata directories created. I was running the container through the Container Station GUI, but generally this is what the summary would look like (secret changed):
docker run -d -p 8066:80 --name openproject }
-e OPENPROJECT_SECRET_KEY_BASE=secret \n-.
-v /docker_data/assets:/var/openproject/pgdata \n-.
-v /docker_data/pgdata:/var/openproject/assets \n-.
openproject/community:13
When accessing the web interface, I get the message: SSL_ERROR_RX_RECORD_TOO_LONG
and I can't open it. How could I deal with this?
Replies (2)
please download the docker image of open projects from openproject/community
on the right hand side there is a run icon denoted by graphical tangle shape like this ">" click on it and on second tab named "Configure Container" chose advanced settings.
on advanced settings screen on sub tab "Environments" click on "add new variable "
in first row put "OPENPROJECT_HTTPS:
and in second row put "false"
click on "Apply" at the bottom of the screen
complete the remaining process to run the docker image.
Now you can access the openprojects at the network address:port without HTTPS
--- deleted as spam ---