Dukemaster
Regular Pleskian
Hi support team,
I only wanted to activate also IPv6 for a domain and I got amazing error, but server is still running.
Can You help me please, I don't know how to resolve the problem.
I deleted the subscription with the domain after the error occured. 9 domains running.
Ubuntu 14.04.5 LTS by (1and1), ONYX 17.5.3#1, Nginx as Proxy, Php 7.1.3 FPM by Apache
This is the error message:
In nginx/conf.d I have only the standard files to activate hsts strict, gzip and ssl ciphers
001_own_additional.conf:
ssl.conf:
gzip.conf
Greets
I only wanted to activate also IPv6 for a domain and I got amazing error, but server is still running.
Can You help me please, I don't know how to resolve the problem.
I deleted the subscription with the domain after the error occured. 9 domains running.
Ubuntu 14.04.5 LTS by (1and1), ONYX 17.5.3#1, Nginx as Proxy, Php 7.1.3 FPM by Apache
This is the error message:
Code:
Unable to generate the web server configuration file on the host <XYZ.server.info> because of the following errors:
Template_Exception: nginx: [emerg] BIO_new_file("/opt/psa/var/certificates/cert-DHEh27") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/opt/psa/var/certificates/cert-DHEh27','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: configuration file /etc/nginx/nginx.conf test failed
file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
Please resolve the errors in web server configuration templates and generate the file again.
In nginx/conf.d I have only the standard files to activate hsts strict, gzip and ssl ciphers
001_own_additional.conf:
ssl_session_timeout 10m;
ssl_session_cache shared:SSL:50m;
add_header X-Frame-Options SAMEORIGIN;
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options nosniff;
add_header Strict-Transport-Security 'max-age=15768000;includeSubDomains';
ssl.conf:
ssl_ciphers EECDH+AESGCM+AES128:EECDH+AESGCM+AES256:EECDH+CHACHA20:EDH+AESGCM+AES128:EDH+AESGCM+AES256:EDH+CHACHA20;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
gzip.conf
gzip on;
gzip_disable "MSIE [1-6]\\.(?!.*SV1)";
gzip_proxied any;
gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript image/x-icon image/bmp image/svg+xml application/javascript application/js application/xhtml+xml application/rss+xml application/x-font-ttf application/vnd.ms-fontobject font/opentype font/ttf font/eot font/otf image/jpg image/jpeg image/png image/gif application/json;
gzip_vary on;
Greets
Attachments
Last edited: