Re: what happy when nginx cannot request certificate status using ssl_stapling_verify

2020-01-14 Thread q1548
Hello J.R., thank you, thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286720,286736#msg-286736 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: NGINX stripping websocket "Upgrade" headers

2020-01-14 Thread bengalih
Yes, it is solved with the proper cert configuration. I hadn't fully validated some advanced SSL options like OCSP stapling as I was first trying to get all the basics working. Since my browsers all validated the certificate chain without issue, I had assumed they were installed properly. I've had

Re: NGINX stripping websocket "Upgrade" headers

2020-01-14 Thread J.R.
> Got it figured out, this is a quirk of HTTP/2.0 vs 1.1. Per RFC-2616: I tried to follow all your comments on reddit & plex, but I'm not really sure if you resolved this issue or just decided it was impossible... Have you tried using the nginx stream module? http://nginx.org/en/docs/stream/ngx_

Re: what happy when nginx cannot request certificate status using ssl_stapling_verify

2020-01-14 Thread J.R.
> I enable "ssl_stapling" and "ssl_stapling_verify", it can work fine. But > sometime, I can find a few error messages in error.log, ".Operation > timed out) while requesting certificate status", it seem the OCSP server > of my SSL provider cannot be connected at that time. > > I want to k

Re: Nginx Load Balancing repsond 404

2020-01-14 Thread chateau Xiao
What’s the result of curl when make you request direct to the backend port 1 and 10001? > 在 2020年1月9日,下午9:49,梁维伟 <15521068...@163.com> 写道: > > Hi. > > I have this config below And I requested upstream resource and got 404 > response. However, when I modified 'listen 80' to 'listen 8081', I