Quantcast
Channel: Nginx Forum - Other discussion
Browsing all 972 articles
Browse latest View live
↧

Re: issue with Oracle HTTP Server 10.1.3

Are you really sure it is a ssl3/ssl2 issue? When I do a trace where NGINX is not involved (direct communication between the OBEO plugin and OHS), wireshark reports ssl.record.version Version: TLS 1.0...

View Article


Re: issue with Oracle HTTP Server 10.1.3

swadm Wrote: ------------------------------------------------------- > Are you really sure it is a ssl3/ssl2 issue? "SSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number"...

View Article


Re: issue with Oracle HTTP Server 10.1.3

[Thanks for the continued effort in assisting!] I know that OHS in the beehive flavour is limited to TLSv1, and cannot be updated to support newer versions and also no SHA-256 certificates. That's...

View Article

Re: issue with Oracle HTTP Server 10.1.3

It would be better, by going through debug logging, to see (map) who is talking to who, who is redirecting and where to and what is handling the redirected request. I think I've seen something in the...

View Article

Re: issue with Oracle HTTP Server 10.1.3

Just to be sure of a common understanding: with handover by the redirector I mean that, while only httpd is listening on the server port, the same port is having ESTABLISHED sessions with different...

View Article


Re: issue with Oracle HTTP Server 10.1.3

swadm Wrote: ------------------------------------------------------- > The four "Change Cipher Spec" in rapid successions are not healthy, I > deem. Without knowing the details you can't say one...

View Article

Re: Windows php cgi perfomance

Bat files in 2016 year is very strange, but i used it as example and wrote my own service with c# that uses powershell to start/stop cgi process so, same 10 php-cgi.exe as in example... For ($i = 9123;...

View Article

Re: Windows php cgi perfomance

If an upstream times out it is simply doing something which is taking more time then expected, most likely some php code misbehaving.

View Article


'/usr/bin/git: not found'

The 192.168.1.157 page isn’t working 192.168.1.157 is currently unable to handle this request. 500 I'm getting these errors in my nginx-error.log in a freenas jail. *22 FastCGI sent in stderr: "PHP...

View Article


Re: Windows php cgi perfomance

btw it was a bug in startup script For ($i = 9123; $i -lt 9132;$i++) should be For ($i = 9123; $i -lt 9133;$i++) .... and one more question - will http://nginx-win.ecsds.eu/ version support windows...

View Article

Server_name length

The server name www.craythorneweather.info causes nginx to fail on a restart or reload but www.craythornewea.info is OK. I can only assume that there is a limit of 13 characters on any word in the URI....

View Article

Re: Windows php cgi perfomance

Igor Kuznetsov Wrote: ------------------------------------------------------- > and one more question - will http://nginx-win.ecsds.eu/ version > support windows service in native mode? reason is...

View Article

Problem with Web Socket connections over SSL

We're working to proxy a Tomcat application through nginx. For some services the Tomcat application uses web socket connections. I've got everything working with plain HTTP but if I enable SSL the web...

View Article


Re: Windows php cgi perfomance

*nginx already runs in native mode* i mean i can call *nginx.exe -install* and it will be in services without handmade or 3party tools.like apache will it ? sometime?

View Article

Re: Windows php cgi perfomance

No, there is no service install support other then the installer we have online. A program running normally or as a service is no more then a flag at kernel level which we control anyway. There are...

View Article


Re: issue with Oracle HTTP Server 10.1.3

Tested with curl: In the trace file written with the --trace parameter, I find that, without NGINX, the GET request is simply served, and then reports "Info: Connection #0 to host ... left intact". In...

View Article

Re: issue with Oracle HTTP Server 10.1.3

Then you must have some return/rewrite doing a 302 in your nginx configuration. If this is intended then its ok.

View Article


Re: issue with Oracle HTTP Server 10.1.3

I checked, but no, there is no return or rewrite in the NGINX configuration. Sorry, but I used http instead of https, so the last test was useless. Another go ... now the curl picture is as follows:...

View Article

Re: issue with Oracle HTTP Server 10.1.3

Try a forced setting of only TLS_RSA_WITH_RC4_128_SHA for nginx front and backend.

View Article

Re: issue with Oracle HTTP Server 10.1.3

[thanks for the continued timely assistance - great!] tried ssl_ciphers TLS_RSA_WITH_RC4_128_SHA; and, simultaneousely proxy_ssl_ciphers TLS_RSA_WITH_RC4_128_SHA; but, on both SLES11 and SLES12, nginx...

View Article
Browsing all 972 articles
Browse latest View live