[no subject]

2017-08-10 Thread Andry Thierry RAKOTOARIMALALA
Hi, Can an nginx instance use a web server and a stream to do a proxy (pass-thru) with ng_stream_core_module? When I verified the compilation option , I see --with-stream=dynamic. Is that mean the module is load or not? Thanks -- RAKOTO ___ nginx mailin

Re: need help reverse-proxy config

2017-01-11 Thread Thierry
I gave up ... No fresh ideas anymore :( Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271891,271940#msg-271940 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: need help reverse-proxy config

2017-01-10 Thread Thierry
seems to be link to my ssl certificate ... Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271891,271919#msg-271919 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: need help reverse-proxy config

2017-01-10 Thread Thierry
I am still debugging a bit: 2017/01/10 18:17:59 [debug] 5174#5174: accept mutex lock failed: 0 2017/01/10 18:17:59 [debug] 5174#5174: epoll timer: 500 2017/01/10 18:17:59 [debug] 5172#5172: epoll: fd:13 ev:0005 d:7F81B6D351D0 2017/01/10 18:17:59 [debug] 5172#5172: *1 http keepalive handler 201

Re: need help reverse-proxy config

2017-01-09 Thread Thierry
Thx a lot ... I do understand better now. In my nginx.conf I do have: * stream { limit_conn_zone $binary_remote_addr zone=straddr:10m; upstream backendmail { server email.domain.tld:448; } } * In my server.conf I do have: * server { listen 448 ssl; error_log

Re: need help reverse-proxy config

2017-01-09 Thread Thierry
error_log /var/log/nginx/error.log info; events { worker_connections 1024; } stream { upstream backend { hash xxx.xxx.xxx.xxx consistent; server email.domain.tld:448; } server { listen 448; proxy_connect_timeout 1s; proxy_timeout 3s;

Re: need help reverse-proxy config

2017-01-09 Thread Thierry
proxy nginx[20076]: nginx: [emerg] "stream" directive is not allowed here in /etc/nginx/conf.d/reverse-proxy.conf:47 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,271891,271897#msg-271897 ___ nginx mailing list nginx@nginx.org http://mailma

need help reverse-proxy config

2017-01-09 Thread Thierry
-- Cordialement, Thierry e-mail : lenai...@maelenn.org PGP Key: 0xB7E3B9CD ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: upstream prematurely closed connection

2017-01-07 Thread Thierry
I have done some midification: On my email server, I have upgrading my Nginx from 1.6 to 1.9. I have add: http2 Both Nginx (email server and reverse proxy) have now the same Nginx version. But still have the same problem. Thx for your support. Posted at Nginx Forum: https://forum.nginx.org/rea

upstream prematurely closed connection

2017-01-06 Thread Thierry
ask ... I do not understand this error myself. ps: it is the second time I am sending this email (?) -- Cordialement, Thierry e-mail : lenai...@maelenn.org PGP Key: 0xB7E3B9CD ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to check nginx OCSP verification

2016-03-01 Thread Thierry
Title: Re: How to check nginx OCSP verification Hi, have a try :) https://www.ssllabs.com/ssltest/ Thx Le mardi 1 mars 2016 à 15:52:52, vous écriviez : Hello, I want to configure a server with: ssl_stapling on; ssl_stapling_verify on; What should happen if the ssl_trusted_certificate

Re: Key pinning / Nginx reverse proxy

2016-02-21 Thread Thierry
56=\"DZNsRcNIoirupeqrhfjpzehfrhfaefhpazf=\"; When the curl command return me the result, I can see that there is no "\" ... Is it normal ? If yes, why is "ssllabs.com/ssltest" doesn't see anything concerning the HPKP ? Thx Le dimanche 21 février 2016 à 10:

Re: Key pinning / Nginx reverse proxy

2016-02-21 Thread Thierry
Dear Andreas, Thx for your help, but I still do have the same problem. Public Key Pinning (HPKP) No I don't know what to do anymore ... Thierry Le samedi 20 février 2016 à 13:10:16, vous écriviez : > Thierry: >> Nginx: front end - reverse proxy >> Apache2: B

Key pinning / Nginx reverse proxy

2016-02-19 Thread Thierry
, Thierry e-mail : lenai...@maelenn.org PGP Key: 0xB7E3B9CD ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: config reverse proxy nginx to apache2

2016-01-02 Thread Thierry
se the same > filenames .  > On Sat, Jan 2, 2016 at 3:27 PM, Thierry wrote: > Bonjour, > >          I  have  made  some  modification on my  nginx reverse proxy >          server. > >          I have add these lines: > >          listen 445; &g

Re: config reverse proxy nginx to apache2

2016-01-02 Thread Thierry
-- Cordialement, Thierry e-mail : lenai...@maelenn.org ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: config reverse proxy nginx vers apache2

2016-01-01 Thread Thierry
u log concerne le serveur nginx (essai avec mon telephone): >> [02/Jan/2016:00:40:14 +0200] >> "\x16\x03\x01\x00\xD0\x01\x00\x00\xCC\x03\x03Ew\xF1Q(\x8F\xA5\xB3!\x0B\x84\xE6\xE1\xCD\x9A\x0E\x12\x1C8\xC6\xEE\x8D';z\xC3\x9C(\x22F\x18\xCE\x00\x00\x22\xCC\x14\xCC\x13\xCC\x15\xC0+\

Re: config reverse proxy nginx vers apache2

2016-01-01 Thread Thierry
petite modif: Config nginx: server { listen 445; server_name site1.domain.org site2.domain.org site3.domain.org; access_log /var/log/nginx/access-proxy.log; location / { proxy_pass https://192.168.1.81/; include /etc/nginx/proxy.c

config reverse proxy nginx vers apache2

2016-01-01 Thread Thierry
t que nginx écoute en 443 ainsi que le serveur apache (??) Merci pour votre aide :) -- Cordialement, Thierry e-mail : lenai...@maelenn.org ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx modsecurity on Debian 8

2015-12-23 Thread Thierry
Bonjour nanaya, Ok, but if I recompile everything, do I lose the actual nginx's config ? Le mercredi 23 décembre 2015 à 19:33:11, vous écriviez : > On Thu, Dec 24, 2015, at 02:31, Thierry wrote: >> Bonjour Alt, >> >> Thx a lot But, I might mistaken ... >&

Re: nginx modsecurity on Debian 8

2015-12-23 Thread Thierry
écriviez : > Hello Thierry, > Here's a quick howto build a nginx debian package, I hope it's clear and > that I'm not making mistakes. > First, you need to get the source of nginx and others files to build the > package. You can probably do something like "apt-get sou

Re: nginx modsecurity on Debian 8

2015-12-23 Thread Thierry
écriviez : > Greetings, > On Wed, 2015-12-23 at 14:21 +0200, Thierry wrote: >> A bit lost ... >> I know nothing concerning nginx, I am more confortable with Apache2. >> I am using an email server who is using nginx on debian 8. >> I would need to install modsecurity as modul

Re: nginx modsecurity on Debian 8

2015-12-23 Thread Thierry
an/modules/ngx_http_substitutions_filter_module > nginx -V will show configure arguments. You need to add mod_sec at > the beginning of whatever is in there.  > On Wed, Dec 23, 2015 at 5:51 PM, Thierry wrote: > Hi, > > A bit lost ... > I know nothing concerning nginx, I am more confortable

nginx modsecurity on Debian 8

2015-12-23 Thread Thierry
./configure I didn't apply what's between " *** " because my nginx server is already installed and working. Any ideas ? Thx -- Cordialement, Thierry e-mail : lenai...@maelenn.org ___ nginx mailing