Author Topic: Install Varnish SSL error  (Read 10161 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Install Varnish SSL error
« on: January 18, 2018, 08:49:10 AM »
Intall the vanish buy selected Apache & Varnish Cache & Nginx Reverse Proxy and click "Save & Rebuild Configuration", but the CWP show some error as below

Nginx ERROR Detected ! nginx: [emerg] SSL_CTX_use_PrivateKey_file("/etc/pki/tls/private/www.***.com.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch) nginx: configuration file /etc/nginx/nginx.conf test failed

i have use SSL checker verify my website, the SSL work fine.

any suggestion?

Offline
*
Re: Install Varnish SSL error
« Reply #1 on: February 28, 2018, 03:39:46 PM »
I'm Also Experiencing the Same, Please help the Solution

Re: Install Varnish SSL error
« Reply #2 on: February 28, 2018, 04:09:10 PM »
Does not seem related to varnish (installation) but rather some certificate mismatch in the nginx configuration, which you may check from the CLI
Code: [Select]
nginx -t