You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First sorry we started once on Nginx and then dropped the ball in upstreaming.
Idea is to provide an simple but secure webserver setup with Nginx for Zabbix.
Keep it optional with Apache default but provide out-of-the-box inside the role.
Allow additional optional use of Let's Encrypt with preconfigured certbot client.
ISSUE TYPE
Feature Idea
COMPONENT NAME
zabbix_web
ADDITIONAL INFORMATION
Also fixes issues with default on Debian/Ubuntu via Snakeoil and Let's Encrypt.
==> /var/log/nginx/error.log <==
2021/01/03 20:55:37 [emerg] 354350#354350: invalid value "False" in "ssl_session_tickets" directive, it must be "on" or "off" in /etc/nginx/conf.d/zabbix.conf:22
2021/01/03 21:04:58 [emerg] 355182#355182: cannot load certificate "/etc/pki/server.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/pki/server.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
The text was updated successfully, but these errors were encountered:
krauthosting
added a commit
to krauthosting/community.zabbix
that referenced
this issue
Jan 4, 2021
…ollections#303)
* Consolidate all Nginx tasks to tasks/nginx.yml
* Set distro specific variables via vars/$DISTRO
* Stop Apache if running on same port as Nginx
* Install and use snakeoil SSL certs on Debian
* Avoid unsecure HTTPS by generating DH parameters
* Allow domain validated certs with Let's Encrypt
* Prerun config check before Nginx restart handler
SUMMARY
First sorry we started once on Nginx and then dropped the ball in upstreaming.
Idea is to provide an simple but secure webserver setup with Nginx for Zabbix.
Keep it optional with Apache default but provide out-of-the-box inside the role.
Allow additional optional use of Let's Encrypt with preconfigured certbot client.
ISSUE TYPE
COMPONENT NAME
zabbix_web
ADDITIONAL INFORMATION
Also fixes issues with default on Debian/Ubuntu via Snakeoil and Let's Encrypt.
The text was updated successfully, but these errors were encountered: