Help thread with cremationlab

#user  nginx;
worker_processes  1;

#error_log  /var/log/nginx/error.log;
#error_log  /var/log/nginx/error.log  notice;
#error_log  /var/log/nginx/error.log  info;

#pid        /var/run/nginx.pid;

include /etc/nginx/modules.conf.d/*.conf;

events {
    worker_connections  1024;
}


http {
    include       mime.types;
    default_type  application/octet-stream;

    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
    #                  '$status $body_bytes_sent "$http_referer" '
    #                  '"$http_user_agent" "$http_x_forwarded_for"';

    #access_log  /var/log/nginx/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;
    #tcp_nodelay        on;

    gzip  on;
    gzip_vary on;
    gzip_min_length 10240;
    gzip_proxied expired no-cache no-store private auth;
    gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml;
    gzip_disable "MSIE [1-6]\.";
    #gzip_disable "MSIE [1-6]\.(?!.*SV1)";

    server_tokens off;

    include /etc/nginx/conf.d/*.conf;
}

# override global parameters e.g. worker_rlimit_nofile
include /etc/nginx/*global_params;

OK, show:
ls -l /etc/nginx/conf.d/*.conf

/etc/nginx/conf.d/*.conf
-rw------- 1 root nginx 32 Nov 26 2020 /etc/nginx/conf.d/aa500_psa_tweaks.conf
-rw------- 1 root root 171 Jun 3 03:00 /etc/nginx/conf.d/brotli.conf
-rw-r--r-- 1 root root 452 Aug 16 11:45 /etc/nginx/conf.d/phusion-passenger.conf
-rw-r--r-- 1 root root 567 Sep 6 20:09 /etc/nginx/conf.d/ssl.conf
-rw-r--r-- 1 root root 37 Jul 17 2018 /etc/nginx/conf.d/sslv3-disable.conf
-rw------- 1 root nginx 391 Oct 1 01:18 /etc/nginx/conf.d/zz010_psa_nginx.conf

OK not much to sift through...
Try:
grep -i ssl_cert /etc/nginx/conf.d/*.conf

nothing

hmm...
Try:
grep -i chain /etc/nginx/conf.d/*.conf

Nothing again...

Plesk is hiding...
Try:
grep -i server /etc/nginx/conf.d/*.conf

/etc/nginx/conf.d/aa500_psa_tweaks.conf:server_names_hash_max_size 780;
/etc/nginx/conf.d/ssl.conf:ssl_prefer_server_ciphers on;
/etc/nginx/conf.d/zz010_psa_nginx.conf:include /etc/nginx/plesk.conf.d/server.conf;

I should be doing my Latin homework haha

1 Like

Well it's definitely time for that - we've hit a brick wall !
We might as well delete all useless posts

My problem is I gotta get these sites working, they are for funeral homes and people can't pay to have bodies picked up, so kinda pressing and I have no idea....

Plesk forum?

What is it we're looking for?

I can try that, what am I asking?

Where the certs are entered/maintained; so we can tweak them until things work for you.
Modifying the chain.

anything useful there?

/usr/local/psa/var/certificates/ maybe?

Try (wildly searching):
find / -name *.pem
find / -name certificates

P.S. I'm going to go back and delete some of this noise we've made - sorry about that :frowning:
hmm... I can only delete my own posts

what file am I looking for, that's a big response... each don=main has a chain.pem and fullchain.pem