Re: [SOLVED] Trouble with SSL connection and let's encrypt certificates

2018-03-24 Thread Ph. Gras
Thank you Maxim! > First of all, you have to look into your nginx logs and > configuration to find out what's going on here. :/var/log/nginx# cat error.log 2018/03/24 05:18:10 [error] 24058#24058: *573 no "ssl_certificate" is defined in server listening on SSL port while SSL handshaking, client

Re: Nginx as forward proxy and maintaining persistent connections

2018-03-24 Thread Maxim Dounin
Hello! On Fri, Mar 23, 2018 at 08:17:09PM -0400, vi54 wrote: > am trying to configure nginx as a forward proxy and establish persistent Note that nginx is not a forward proxy. You may have better luck with other programs which are designed to be used as a forward proxy. > connection between

Re: Trouble with SSL connection and let's encrypt certificates

2018-03-24 Thread Maxim Dounin
Hello! On Sat, Mar 24, 2018 at 12:04:56AM +0100, Ph. Gras wrote: > I'm running several websites with different domain names on a Debian 9 server > and > have problems to have a connection on port 443 for some days. > > Certificates are generated by let's encrypt and do the job on other services

Re: Cache size exceeds max_size?

2018-03-24 Thread Maxim Dounin
Hello! On Fri, Mar 23, 2018 at 04:49:19PM -0400, linnading wrote: > I've noticed that our cache directory grew over the max_size(5G) defined > with proxy_cache_path. We're running on Nginx 1.13.5. Is this a known issue? > What should I do to fix this? First of all, you have to look into your log