Re: Intermittent SSL Handshake Errors

2015-02-03 Thread tempspace
You are absolutely correct, but I figured you would want a working environment while we work with nginx/openssl on figuring out how to fix this bug. Knowing that it worked for you also increases my own comfort that the issue is mitigated on my side and I won't have performance issues at my next pea

Re: Intermittent SSL Handshake Errors

2015-02-03 Thread ericr
The errors went away, and now the only errors I see in our logs relating to SSL are handshake timeouts when I turn debug logs on. Now that I think about it, though, isn't this to be expected? The errors immediately went away as soon as I downgraded far enough back to a version of OpenSSL that didn

Re: Need help to configure nginx-varnish-php s

2015-02-03 Thread Steve Holdoway
On Tue, 2015-02-03 at 23:26 +0100, Rajesh Gangula wrote: > Hi All, > > I am newbie to nginx and would need help configuring > nginx-varnish-php-fpm setup to allow > > Our current setup. > >Nginx Varnish running in same server >Php-fpm running on different server

Need help to configure nginx-varnish-php s

2015-02-03 Thread Rajesh Gangula
Hi All, I am newbie to nginx and would need help configuring nginx-varnish-php-fpm setup to allow Our current setup. Nginx Varnish running in same server Php-fpm running on different server. Varnish is configured to load balance between php-nodes. We

RE: Intermittent SSL Handshake Errors

2015-02-03 Thread Lukas Tribus
> I just finished running an experiment that has shed some light on the issue. > It has not yet been solved though. > > I setup another nginx server with the same configuration with an upstream > app that always responds with HTTP 200. I included JS on each page load in > production to make a singl

Re: Intermittent SSL Handshake Errors

2015-02-03 Thread tempspace
Eric, Did you try to downgrade your libssl to the previous version I mentioned earlier? Would love to hear if your issues go away. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256373,256428#msg-256428 ___ nginx mailing list nginx@nginx.org

Re: Intermittent SSL Handshake Errors

2015-02-03 Thread ericr
I just finished running an experiment that has shed some light on the issue. It has not yet been solved though. I setup another nginx server with the same configuration with an upstream app that always responds with HTTP 200. I included JS on each page load in production to make a single request t

Re: help

2015-02-03 Thread Francis Daly
On Tue, Feb 03, 2015 at 11:11:34AM +0200, peter petrov wrote: Hi there, > I have been trying to persuade nginx into serving html.gz > I configured it with http-gzip_static_module. http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html What request do you make? What response do you wan

Re: SSL3_CTX_CTRL:called a function you should not call

2015-02-03 Thread Maxim Dounin
Hello! On Tue, Feb 03, 2015 at 11:34:05AM -0500, 173279834462 wrote: > I am coming precisely from nginx 1.7.9 + libressl 2.1.3, configured as you > mentioned. > > As 1.7.9 kept crashing, we downgraded to "stable" 1.6.4. > > Chapter closed then. We are back to 1.7.9... If you see problems wit

Re: SSL3_CTX_CTRL:called a function you should not call

2015-02-03 Thread 173279834462
I am coming precisely from nginx 1.7.9 + libressl 2.1.3, configured as you mentioned. As 1.7.9 kept crashing, we downgraded to "stable" 1.6.4. Chapter closed then. We are back to 1.7.9... P.S. Did anybody note that the login to the forum does not use https? Posted at Nginx Forum: http://for

Re: SSL3_CTX_CTRL:called a function you should not call

2015-02-03 Thread Maxim Dounin
Hello! On Sun, Feb 01, 2015 at 10:56:37AM -0500, 173279834462 wrote: > nginx 1.6.2 + libressl 2.1.3 If you want to use nginx with LibreSSL, consider using nginx 1.7.x (1.7.4 at least). Also make sure to actually compile nginx with LibreSSL, not just loading LibreSSL library instead of OpenSSL

Re: subrequest cycle cause cpu 100%

2015-02-03 Thread Maxim Dounin
Hello! On Mon, Feb 02, 2015 at 10:38:24PM -0500, xinghua_hi wrote: > hello, > > I use error_page = /500.html to show myself 500 page, and for some > reason, I need ssi include in 500.html, for example: > > 500.html > > > > > > if

Re: buffering / uploading large files

2015-02-03 Thread Valentin V. Bartenev
On Tuesday 03 February 2015 01:26:48 nginxuser100 wrote: > Hi, the situation that I am trying to solve is what happens if the client's > request is larger than the configured client_max_body_size. Turning off > buffering by nginx should resolve the problem as nginx would forward every > packet to t

help

2015-02-03 Thread peter petrov
hi , I have been trying to persuade nginx into serving html.gz file with no success for past three days. I tried probably everything written in the web. I am using CentOS 7 minimal and nginx 1.7.9 mainline. I configured it with http-gzip_static_module. I tried chmod 755 the installation f

"unable to find valid certification path to requested target" error in java based server while accessing it through Nginx

2015-02-03 Thread malintha
Hi, I have two java based servers. We call it server A and server B. I can call directly from A to B server. Then I configured call server A to server B though nginx instance. Then I get following error. TID: [0] [AM] [2015-02-03 15:17:05,736] INFO {org.apache.axis2.transport.http.HTTPSender} -

Re: 13: Permission denied while connect server using https through nginx

2015-02-03 Thread malintha
Hi, Yes it was because of selinux. it configured it and now working fine.thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,256412,256415#msg-256415 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx