nginx SSL_do_handshake() failed (3 replies)
it's the first time I configure an SSL certificate on my development machine (I'm no sysadmin - I need SSL to work with facebook). I decided to go with ngingx proxying a ruby sinatra application,...
View ArticleIs it possible to get headers from X-Accel-Redirect reply (1 reply)
Hello, my upstream server replies with this:HTTP/1.1 200 OK.Server: test.Date: Sat, 28 Nov 2015 00:05:55 GMT.Content-Type: application/json.Content-Length: 0.Connection: close.X-ExtraInfo:...
View Article502 errors and request_time (no replies)
Hi:I've found 2 kinds of 502 errors in my server:connection reset by peer, it happens as request_time reach to 10s.connection timeout, it happens as request_time reach to 3s.Server is:centos ,...
View Articlepurger directive not available (2 replies)
Hello!I am using nginx 1.8.0 on Cent OS 7, tried to enable purger directive,mentioned onhttp://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_pathBut got error like this :nginx[46931]:...
View ArticleBasic auth is slow (no replies)
Hi,I just noticed that enabling basic authentication adds between 100 and150 ms to my otherwise 30-40 ms page load time. Is this knownbehaviour? Is this somehow inherent or a design /...
View ArticlePHP and CGI on UserDir (5 replies)
Hello. I am new here.I try to enable PHP and CGI(Perl) on UserDir (/home/user/public_html) withnginx.But on my Chrome, PHP script is downloaded and CGI script shows me "404 NotFound" page.Here's my...
View ArticleSCTP (1 reply)
Hello,Can I load balance SCTP traffic by using nginx?Thanks so much,Meir
View Articlenginx and oracle weblogic server (1 reply)
Hi,Can Nginx work with oracle weblogic server properly? Does Oracle have support for Nginx?Thanks in advanced.
View Articlebind failed (1 reply)
Hi,I was doing some tests today and have created a single test virtual hostwithlisten 8181;and nginx runs fine (1.9.7). Now if I change the listen to only oneinterface ip:listen...
View ArticleETag from S3 did not match computed MD5 (no replies)
Hello, I am new in NGINX. I am using boto service with NGINX.When I am sending a put request I get a response with ETag which does not match the MD5.My question is: what could be the reason for...
View ArticleUnsubscribe (no replies)
Thank you, AladdinOn 12/1/15, 4:00 AM, "nginx on behalf of nginx-request@nginx.org" <nginx-bounces@nginx.org on behalf of nginx-request@nginx.org> wrote:>Send nginx mailing list submissions...
View Articlenginx changes the hostname of proxy_pass into ip address unwantedly (no replies)
I have configured nginx to use mod_zip to zip up multiple files.I also have configured nginx so that it proxies to s3 when our server gets a request to /images.location /p/ {proxy_pass...
View Articleserver_name within tcp server blocks (2 replies)
Hi guys,I have the following tcp server block in my nginx.confstream {upstream kafka_producer {server kafka.service.consul:9092;}server {listen 9092;server_name...
View ArticleNginx node helth check (no replies)
Hi !We currently use NginX as a L4 switch.We have 1 single Upstream VIP which has 2 real nodes of Apache web server.If all nodes under the VIP works fine, we always get normal response from the NginX...
View ArticleCould Nginx stream support FTP PASSIVE? (1 reply)
Dears,Could Nginx stream support FTP PASSIVE?#er nobody;worker_processes 4;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;events...
View ArticleSSL handshake issue !! (1 reply)
Hi,We've been encountering this issue quiet frequently. Looks like that isthe reason of our drop in traffic as well.2015/12/03 16:19:18 [crit] 26272#0: *176263213 SSL_do_handshake() failed(SSL:...
View ArticleSPDY + HTTP/2 (2 replies)
NGINX devs,I know you were very excited to remove SPDY support from NGINX, but for thenext few years there are a lot of devices (mobile devices that can'tupgrade, end users who aren't comfortable...
View ArticleBlocking unknown hostnames for SSL/TLS connections (2 replies)
Hello,We're currently using nginx for SSL/TLS termination, which thenproxies the request to a pair of internal pair of load balancers.Since the TLS handshake is performed before nginx is able to...
View ArticleNginx crashing every few hours??? (4 replies)
Hi,last few years I using nginx on very busy websites and all time all working fine, never I don`t have problem with nginx crashing but now I move my websites to new server and I using same settings...
View Article