Re: Can't disable TLS 1.0

2018-11-17 Thread Jeremy Ardley
Problem resolved. Letsencrypt was in use and it overrode the nginx.conf allowed protocols in file /etc/letsencrypt/options-ssl-nginx.conf Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282020,282030#msg-282030 ___ nginx mailing list nginx

Re: Throttle based on ETA time?

2018-11-17 Thread lem0nhead
Could be any time, the point is that if I have 100 clients trying to download, I prefer having 10 completing their download each 10 minutes then having all the 100 clients completing the download after 100 minutes. Scenario 1 (which is what I'd like): 00:00 - 100 clients start downloading 00:10 -

Re: Can't disable TLS 1.0

2018-11-17 Thread Rainer Duffner
> Am 17.11.2018 um 04:56 schrieb Jeremy Ardley : > >ssl_protocols TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE ssl_protocols TLSv1.2; You need to disable 1.0 and 1.1. AFAIK. If you look around, everybody (ebay, github, MSFT, Google etc.pp.) who disabled 1.0 also disabled 1.1.

Re: njs and subrequests

2018-11-17 Thread Valentin V. Bartenev
On Saturday, 17 November 2018 17:06:12 MSK Antoine Bonavita wrote: > Hello, > > For a pet project of mine I'm trying to use njs to retrieve data from a > number of different sources (URLs really) and assemble them into one single > response. I tried to implement a proof of concept using subrequest

njs and subrequests

2018-11-17 Thread Antoine Bonavita
Hello, For a pet project of mine I'm trying to use njs to retrieve data from a number of different sources (URLs really) and assemble them into one single response. I tried to implement a proof of concept using subrequest (from ngx_http_js_module) to do so. I quickly realized that it works only fo

Re: Throttle based on ETA time?

2018-11-17 Thread Christos Chatzaras
Any reason to have a 10 minute timeout? > On 17 Nov 2018, at 02:18, lem0nhead wrote: > > Hi! > I have a particular use-case for a nginx server which is used for > downloading big files (1-3 GBs). > Services call this server and start downloading, which usually takes ~2 > minutes @ 1gbps server c