Re: packages.nginx.org IPv6 SSL is broken

2020-09-29 Thread sergio
e interface. But setting it manually to lowest posible 1280 changes nothing. Setting MTU to 1480 on client's eth0 make it work, but this is not a solution. The router is debian stable with 4.19.0 or 5.7.0 -- sergio. ___ nginx mailing list ngin

packages.nginx.org IPv6 SSL is broken

2020-09-27 Thread sergio
https://packages.nginx.org is not accessible via IPv6 It's pingable and http also works fine. % openssl s_client -connect packages.nginx.org:443 CONNECTED(0003) Please fix it of remove records. BTW, packages.nginx.org is not pingable by IPv4. -- s

Re: auth_request vs auth_pam_service_name

2015-01-13 Thread Sergio Talens-Oliag
ule: http://nginx.org/en/docs/http/ngx_http_auth_request_module.html and an authentication web app that behaves as you want with the parameters you pass to it (i.e. it uses a different AUTH schema depending on the URL you are trying to validate and implements some kind of catching). > Thank you f

Re: Rewriting and proxy problem

2013-05-27 Thread Sergio Belkin
2013/5/27 Sergio Belkin > > 2013/5/25 Francis Daly > >> On Fri, May 24, 2013 at 02:39:58PM -0300, Sergio Belkin wrote: >> >> Hi there, >> >> > I am completeley newbie to nginx >> >> Welcome. >> >> The nginx config follows its own

Re: Rewriting and proxy problem

2013-05-27 Thread Sergio Belkin
2013/5/25 Francis Daly > On Fri, May 24, 2013 at 02:39:58PM -0300, Sergio Belkin wrote: > > Hi there, > > > I am completeley newbie to nginx > > Welcome. > > The nginx config follows its own logic, which may not match your previous > experiences. When you un

Rewriting and proxy problem

2013-05-24 Thread Sergio Belkin
{ alias /var/lib/tomcat6/webapps/demo; index demo3.jsp; expires 1m; } Rewrite is working but nginx is not. proxying to tomcat, because of that returns the jsp file as a plain text file. Please could you help me? Thanks in advance! -- -- Sergio Belkin http