2024-01-02, 01:02 PM
thx for the quick response.
finally i found the problem. i just specified the certificate and not the full chain.
changing the line
to:
fixed the issue.
finally i found the problem. i just specified the certificate and not the full chain.
changing the line
Code:
ssl_certificate ../ssl/MY.TLD-crt.pem;
Code:
ssl_certificate ../ssl/MY.TLD-chain.pem;