sights?
On Thu, Mar 8, 2018 at 12:16 PM, Abilio Marques wrote:
> Using NGINX 1.12.2 on MIPS (haven't tested on x86), if I set:
>
> ssl_session_cache shared:SSL:1m; # it also fails with 10m
>
>
> And the client reestablishes the connection, it
> gets: net::ERR_SSL_BAD_
Using NGINX 1.12.2 on MIPS (haven't tested on x86), if I set:
ssl_session_cache shared:SSL:1m; # it also fails with 10m
And the client reestablishes the connection, it
gets: net::ERR_SSL_BAD_RECORD_MAC_ALERT when trying to reuse SSL session.
Has anyone seen anything like this?
More detail:
T
Tue, Dec 19, 2017 at 03:29:22PM +0100, Abilio Marques wrote:
>
> > I imagined to be something like that, but this is not obvious from the
> > documentation. Is there a way to clarify it for future readers?
>
> The documentation already says
> (http://nginx.org/en/docs/http
Thanks,
I imagined to be something like that, but this is not obvious from the
documentation. Is there a way to clarify it for future readers?
On Tue, Dec 19, 2017 at 3:26 PM, Maxim Dounin wrote:
> Hello!
>
> On Tue, Dec 19, 2017 at 06:36:00AM +0100, Abilio Marques wrote:
>
>
limit_conn is not working for me. I set up a test in nodejs, I'm doing GET
requests to http://localhost/, they are coming from different connections
(different origin ports), and all the connections are still open until the
very end, still, no response other than 200 is received. I double check
wit