Re: TLS cipher hexadecimal logging

2021-10-04 Thread Sergey A. Osokin
Hi, hope you're doing well these days. On Mon, Oct 04, 2021 at 07:22:02AM -0400, petecooper wrote: > Hello. > > Per the documentation: > > > $ssl_cipher > > returns the name of the cipher used for an established SSL connection. > > This means `$ssl_cipher` returns e.g

Re: Load Balancing Apache Tomcat with Nginx : (OpenMeetings Cluster using Apache Tomcat Server)

2021-10-04 Thread Aom Jeff Root
Hi Mr Sergey, Thank you for your email, this was enough helpful for me. Thanks once again. Kind regards, Jeffrey. Le ven. 1 oct. 2021 à 17:09, Sergey A. Osokin a écrit : > Hi Jeffrey, > > On Mon, Sep 27, 2021 at 12:47:53PM +, Aom Jeff Root wrote: > > Hi dear, > > > > > >- I'm student

TLS cipher hexadecimal logging

2021-10-04 Thread petecooper
Hello. Per the documentation: > $ssl_cipher > returns the name of the cipher used for an established SSL connection. This means `$ssl_cipher` returns e.g `TLS_CHACHA20_POLY1305_SHA256`. Is it possible to return the corresponding hex value e.g. `0x1303` instead? Thank you, and best wishes.

Re: nginx-quic: download speed is very slow when network has added a delay of 1500ms by tc

2021-10-04 Thread Sergey Kandaurov
> On 1 Oct 2021, at 15:33, 杨明杰 wrote: > > Hi, > when when network has added a delay of 1500ms by tc, doing e.g. >tc qdisc add dev eno1 root netem delay 1500ms > > [..] > > when I download a 3GB file whth firefox browser , then download speed is > about 45 kb/s, but I confirm the

Re: [PATCH] Add optional "mp4_exact_start" nginx config off/on to show video between keyframes

2021-10-04 Thread Tracey Jaquith
Hi Roman, OK, thanks! I’ve tested this on macosx & linux, so far with: chrome, safari, Firefox and iOS. However, I’m seeing Firefox is having alternate behavior where it plays video from the prior keyframe, without audio, until it hits the desired start time in at least one video, though

Re:Re: nginx-quic: download speed is very slow when network has added a delay of 1500ms by tc

2021-10-04 Thread yang
HI Sergey Kandaurov: Thanks for your reply. My network bandwidth is 100Mbps, and download speed is about 1MB/s with http2, when network has added a delay of 1500ms by tc. At 2021-10-04 17:16:26, "Sergey Kandaurov" wrote: > >> On 1 Oct 2021, at 15:33, 杨明杰 wrote: >> >> Hi, >>