-
AuthorPosts
-
-
28. January 2022 at 12:03 - Views: 1188 #12566
Hello,
I am new to docker and also to OTOBO.
So, I followed all these guides, except I am using Ubuntu 20.04 and my user name is just “admins” instead of “docker_admin”.
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04
https://doc.otobo.org/manual/installation/10.0/en/content/installation-docker.html
And here I fail.
For me not understandable, I am not able to run the needed 6 services as described in step 5.
I did use the nginx with SSL as described on this site. I use a bought wildcard certificate.I get this warning: WARNING: The NGINX_ENVSUBST_TEMPLATE_DIR variable is not set. Defaulting to a blank string.
And the service keeps restarting: otobo_nginx_1 /docker-entrypoint.sh ngin … RestartingAny idea what this is related to?
Anybody with this issue before? Using search function in web or this forum did not help.Could it be the certificate though?
Thanks for your help.
Cheers!
Holger
-
29. January 2022 at 2:23 #12570
Hi,
no problem at all. Using docker otobo very long, no issue. Double check if the cert files are OK, double check if you copied the cert files on right docker volume.
David
-
29. January 2022 at 12:43 #12574
Hi Holger,
first the easy things. The name docker_admin is just a placeholder in the documentation, because the actual name is variable. Some people use a regular user, while others work with root.
The warning ” WARNING: The NGINX_ENVSUBST_TEMPLATE_DIR variable is not set” can be ignored. This template dir is for users that want a specific Nginx configuration. Usuallly the variable is not set, but I haven’t figured out a way to suppress the warning. See https://github.com/RotherOSS/otobo/issues/1583.
The effect that the Nginx service does not start up is probably related to your setup. Could you run
docker logs otobo_nginx_1 2>log.out
and see whether you can make sense of the logged error?Best regards,
Bernhard
-
1. February 2022 at 15:40 #12590
Hi Holger,
ich stecke beim selben Problem. OTOBO 10_0 frisch per Docker und der OTOBO Anleitung installiert, beide Zertifikate kopiert in den $otobo_nginx_ssl_mp Ordner, dort sehe ich diese auch liegen:
sudo ls -ali $otobo_nginx_ssl_mp
185288 -rw-r–r– 1 root root 3289 Feb 1 14:30 otobo.crt
185289 -rw-r–r– 1 root root 3289 Feb 1 14:30 otobo.keyDie Variablen habe ich wie folgt gesetzt:
OTOBO_NGINX_SSL_CERTIFICATE=/etc/nginx/ssl/otobo.crt
OTOBO_NGINX_SSL_CERTIFICATE_KEY=/etc/nginx/ssl/otobo.keyLeider steht mein nginx immer auf restarting:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fa26c495cdfb rotheross/otobo-nginx-webproxy:latest “/docker-entrypoint.…” 5 minutes ago Restarting (1) 49 seconds ago otobo_nginx_1Das Log vom nginx container zeigt:
2022/02/01 14:33:54 [emerg] 1#1: cannot load certificate key “/etc/nginx/ssl/otobo.key”: PEM_read_bio_PrivateKey() failed (SSL: error:0909006C:PEM routines:get_name:no start line:Expecting: ANY PRIVATE KEY)
nginx: [emerg] cannot load certificate key “/etc/nginx/ssl/otobo.key”: PEM_read_bio_PrivateKey() failed (SSL: error:0909006C:PEM routines:get_name:no start line:Expecting: ANY PRIVATE KEY)
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/otobo_nginx.conf.template to /etc/nginx/conf.d/otobo_nginx.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start upUnd ich kann die installer.pl nicht erreichen, da der nginx nicht läuft.
Die crt und key sind aus einer PFX konvertiert. Kann da der Fehler liegen? Habe ich es falsch konvertiert?
- This reply was modified 6 months, 1 week ago by Marc Nilius.
-
-
29. January 2022 at 16:54 #12579
Hey Holger, maybe the problem is, that nginx is running at the same time like docker? systemctl stop nginx and then try it again.
Best regards
-
6. December 2022 at 10:47 #14381
Hallo,
ich würde zu diesem Thema noch eine Anmerkung hinterlassen – der NGINX startet folgerichtig nicht, weil er an der erwarteten Stelle die Zertifikate nicht finden kann, was so auch im Log ausgegeben wird – nur kann durch das laufen innerhalb des Docker-Containers nicht dieser Pfad genutzt werden – die Zertifikate mussten bei uns lediglich nach /opt/otobo-docker kopiert werden, danach wurden die Zertifikate von NGINX gefunden und der Container startete erfolgreich. Sie werden also von außen in den Container geladen.
mit freundlich Grüßen
Philipp Huth
-
-
AuthorPosts
- You must be logged in to reply to this topic.