Re: stream module on 100% cpu load

2017-01-15 Thread A. Schulze
Vladimir Homutov: You may try the following patch: diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c --- a/src/stream/ngx_stream_proxy_module.c +++ b/src/stream/ngx_stream_proxy_module.c @@ -1564,6 +1564,7 @@ ngx_stream_proxy_process(ngx_stream_sess

Re: stream module on 100% cpu load

2017-01-10 Thread Vladimir Homutov
03.01.2017 16:20, A. Schulze пишет: > > Hello, > > last days I setup a server to encapsulate DNS over TLS. > >- DNS-Server @localhost, Port 53 TCP >- NGINX Stream module on public IP, Port 853 TCP, SSL enabled. > > That work so far. > Now I thought to scan this setup using ssllabs.com >

stream module on 100% cpu load

2017-01-03 Thread A. Schulze
Hello, last days I setup a server to encapsulate DNS over TLS. - DNS-Server @localhost, Port 53 TCP - NGINX Stream module on public IP, Port 853 TCP, SSL enabled. That work so far. Now I thought to scan this setup using ssllabs.com I shutdown my HTTPS webserver an let nginx stream modul