No shared cipher
Not sure if it's not more of an openssl/TLS 'issue'/question... For some time I've been observing SSL_do_handshake() failed (SSL: error:1408A0C1:SSL routines:ssl3_get_client_hello:no shared cipher)...
View ArticleDoes NGINX as API gateway support websocket connections from API clients
Hi, I have some services exposed by the backend service over websocket. If I want to put a API gateway in front of backend service, then my clients need to connect to the API gateway over websocket and...
View ArticleNGINX: PB DOWNLOAD file by REMOVING ONLY the EXTENSION OF FILES PHP ON ALL...
Hello World, Im' not English but I have a problem... Sorry if my traduction is not good perfect :D Then here is I am confronted with a small problem enough génant. I created a web site accommodated on...
View ArticleHttp 404 error for media links on Nginx
I need to show media (images & videos) links from external cdn from my vps that has nginx web server. My summary config on nginx.conf : upstream video_balancer { server res.cloudinary.com; } server...
View Articlenginx https reverse proxy with client certificate. Inbox x
All, I am trying to use NGINX as reverse proxy for https backend servers Client <-------> NGINX <-------> backend NGINX proxy accepts only ssl connections on 443 Proxy's NGINX conf: http {...
View Articlenginx reverse proxy to access LXD containers?
So, I have a VPS of Ubuntu 16.04.4 with 4 LXD containers. Each container has to be accessed over the internet. How can the reverse proxy help me? So if my VPS is accessed as http://www.myserver.com...
View ArticleRe: nginx reverse proxy to access LXD containers?
Here is a little more detail in the attached jpg. 4 LXD containers were created on the Ubuntu 16.04 VPS. So I want to be able to access a container based on the incoming query to the VPS. If incoming...
View ArticleRTMP Module - [alert] 6031#0 too big RTMP chunk size:134217728
First question: are these alert #'s (6031) defined anywhere? I could not find it. I am using OBS to send a stream to the rtmp server. My OBS stream setting is: rtmp://192.168.0.47:1935/LPC1 I want the...
View ArticleAre Multiple servers of the same type allowed in nginx.conf?
I am wondering if it is legal to have multiple servers of the same type. In my case, I need multiple rtmp servers that service specific users. Rather than having multiple physical machines, I am...
View ArticleNginx reverse proxy then Apache then Prestashop
hello there got in trouble with nginx as dedicated reverse proxy and dedicated apache running Prestashop. my confs are like this : nginx sites-available : server { listen 80; server_name naru.kii.net;...
View ArticlePerformance between in Apache and Nginx.
Hi, We had taken performance report for Nginx and Apache using httperf tool and Jmeter. We have seen there is no considerable difference between them. Some case Apache is better compare to Nginx. We...
View ArticleRe: Nginx is very slow
I am new to Nginx. I have a brand new installation of Nginx on my Windows Server 2012 R2. This is a stable Windows version of Nginx from Kevin Worthington, 1.14.0 Release of Nginx for Windows. Built by...
View ArticleRe: Nginx is very slow
I want to update my previous post. It appears that NGINX server is not responsible for this terrible slowness of my website. I have just switched my website, http://tayskaya-kosmetika.ru , to the...
View ArticleRe: Nginx is very slow
With any cgi application (like php is) you need to create a pool to handle high loads as cgi is considered blocking, for Windows I have created a long time ago a pool configuration of 10 including...
View ArticleSubdomains and certbot
Hello, I learned last year how to work with the small things of nginx, since then I liked to learn more about it. Currently, I'm working with SSL certs. I have it working well on my main domain. I...
View ArticleSimple web socket DDOS
When running: [CODE] websocket-bench -a 2500 -c 200 wss://s.example.it [/CODE] from: https://github.com/M6Web/websocket-bench On my NGINX server running: [CODE] upstream sock { server 127.0.0.1:1203...
View ArticleHigh response times (cache hits) for static file caching
We have a freshly installed Nginx server, setup as proxy cache. Given the fact that we are caching all files to SSD, we experience relatively slow response times (we're talking about cache hit response...
View Article